1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

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 4752fa6785
commit ca83a5b9ea

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;