(css) Fix overflow on sidenav of Calendar module

Fixes #158
This commit is contained in:
Francis Lachapelle
2016-01-14 16:00:12 -05:00
parent 3d4311194c
commit 59cc13f41c

View File

@@ -21,7 +21,7 @@ $sg-color-chip-width: 16px;
md-list-item {
.md-list-item-inner {
flex-grow: 1; // use all column space
//overflow: hidden;
overflow: hidden;
// Gain some space since we want small list items
& > md-checkbox {