stylesheets: fix with of large select elements
Select elements with very long options would overflow the form width, and create a disgraceful scroller bar on the bottom of the screen.
This commit is contained in:
parent
fb012fc447
commit
a810daeb0c
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@
|
|||
background-size: 14px;
|
||||
background-position: right 10px center;
|
||||
padding-right: 4 * $default-spacer;
|
||||
max-width: 100%;
|
||||
|
||||
&.small {
|
||||
padding-right: 3 * $default-spacer;
|
||||
|
|
Loading…
Reference in a new issue