(css) Left-align list items in sidenav

pull/91/head
Francis Lachapelle 2015-07-06 11:14:46 -04:00
parent 9814a8cd0e
commit 44b8dab9c4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ md-list-item {
max-width: 75%; // leave some place for a secondary button
text-transform: initial;
overflow: hidden;
text-align: left;
align-items: flex-start;
text-overflow: ellipsis;
white-space: nowrap;
}