Truncate long dropdown menu items (e.g. tags in the sidebar)

ref #391
This commit is contained in:
Toby Zerner 2015-11-21 14:01:07 +10:30
parent 5b25a77e82
commit 2088fceb8b

View File

@ -33,6 +33,8 @@
border: 0;
background: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
.box-shadow(none);
text-align: left;
font-size: 13px;