Merge pull request #1132 from sgmap/space_out_select_label

Space out select labels
This commit is contained in:
gregoirenovel 2017-12-19 14:02:41 +01:00 committed by GitHub
commit 045d648968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@
background: image-url("icons/chevron-down.svg") no-repeat;
background-size: 14px;
background-position: right 10px center;
padding-right: 3 * $default-spacer;
padding-right: 4 * $default-spacer;
// CAUTION: IE hackery ahead
&::-ms-expand {