(css) Improve list in sidenav

This commit is contained in:
Francis Lachapelle 2015-11-26 13:48:29 -05:00
parent 00b22a71db
commit 93fa67c492

View file

@ -21,6 +21,12 @@ $sg-color-chip-width: $subhead-font-size-base;
md-list-item { md-list-item {
.md-list-item-inner { .md-list-item-inner {
flex-grow: 1; // use all column space 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-icon,
.md-button md-icon { .md-button md-icon {