(css) Fix overflow on sidenav of Calendar module

Fixes #158
pull/186/head
Francis Lachapelle 2016-01-14 16:00:12 -05:00
parent 3d4311194c
commit 59cc13f41c
1 changed files with 1 additions and 1 deletions

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 {