(css) Enlarge clickable zone in sidenav list

pull/210/head
Francis Lachapelle 2016-05-26 11:04:36 -04:00
parent 6ff125c679
commit d61a9d0b80
1 changed files with 5 additions and 4 deletions

View File

@ -52,12 +52,13 @@ md-list-item {
}
.sg-item-name {
font-size: sg-size(button);
max-width: 75%; // leave some place for a secondary button
text-transform: initial;
overflow: hidden;
align-items: flex-start;
font-size: sg-size(button);
line-height: $list-item-height;
max-width: 75%; // leave some place for a secondary button
overflow: hidden;
text-overflow: ellipsis;
text-transform: initial;
white-space: nowrap;
}
.sg-inline-list-icon-label {