Selectmenu: show only one line of text maximum

This commit is contained in:
Felix Nagel 2013-09-29 15:33:49 +02:00
parent f2d06bf063
commit 3cd58fc86e

View File

@ -55,4 +55,7 @@
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}