prevent overlong select boxes

This commit is contained in:
Anika Henke 2013-08-11 22:16:24 +01:00
parent 2087aa2236
commit 4d505d4188

View file

@ -438,6 +438,9 @@ button::-moz-focus-inner {
padding: 0;
}
select {
max-width: 100%;
}
optgroup {
font-style: italic;
font-weight: bold;