(css) Improve list in sidenav

pull/101/head^2
Francis Lachapelle 2015-11-26 13:48:29 -05:00
parent 00b22a71db
commit 93fa67c492
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ $sg-color-chip-width: $subhead-font-size-base;
md-list-item {
.md-list-item-inner {
flex-grow: 1; // use all column space
overflow: hidden;
// Gain some space since we want small list items
& > md-checkbox {
margin-top: 0px;
}
}
md-icon,
.md-button md-icon {