Make sure width of date selector in search menu is not too big with non-english locales

pull/5227/head
Aleksander Machniak 9 years ago
parent 5b94c5af08
commit 80eb845253

@ -1308,6 +1308,11 @@ ul.toolbarmenu li.separator_above
color: #999;
}
#searchmenu select
{
width: 100%;
}
#pagejump-selector
{
max-height: 250px;

Loading…
Cancel
Save