Merge pull request #5328 from betagouv/fix-select-width

Usager : correction de la largeur maximale des menus déroulants
This commit is contained in:
Pierre de La Morinerie 2020-07-06 10:59:30 +02:00 committed by GitHub
commit a78c0441d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;