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

pull/20/head
Aleksander Machniak 12 years ago
parent e15fef24d5
commit 401c531f83

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

Loading…
Cancel
Save