FIX: unread counts with 2 digits were wrapping in hamburger menu

This commit is contained in:
Neil Lalonde 2015-05-30 14:39:41 -04:00
parent fbcc8045ec
commit 7430da0ec4
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
text-overflow: ellipsis;
.d-dropdown & {
max-width: 100px;
max-width: 90px;
}
}