Space out select labels

This commit is contained in:
Mathieu Magnin 2017-12-19 13:55:02 +01:00
parent a5bce3b72a
commit 77c28144cb

View file

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