Skip to content

Commit

Permalink
chore(*): add bottom-margin to sample #4393
Browse files Browse the repository at this point in the history
  • Loading branch information
tachojelev committed Apr 9, 2019
1 parent 01c924f commit e58d7c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/list/list.sample.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.density-chooser {
margin-bottom: 16px;
}

.item {
display: flex;
align-items: center;
Expand Down

0 comments on commit e58d7c4

Please sign in to comment.