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:
Pierre de La Morinerie 2020-07-02 11:36:29 +02:00
parent fb012fc447
commit a810daeb0c

View file

@ -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;