prevent overlong select boxes
This commit is contained in:
parent
2087aa2236
commit
4d505d4188
1 changed files with 3 additions and 0 deletions
|
|
@ -438,6 +438,9 @@ button::-moz-focus-inner {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
select {
|
||||
max-width: 100%;
|
||||
}
|
||||
optgroup {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue