Fix text wrapping in menuselector (disabled wrapping in search filter)

pull/19/head
Aleksander Machniak 12 years ago
parent 3c7346a40b
commit a7b32b61e6

@ -1498,6 +1498,7 @@ a.menuselector {
text-decoration: none;
color: #333;
cursor: pointer;
white-space: nowrap;
}
a.menuselector .handle {

Loading…
Cancel
Save