Space out select labels
This commit is contained in:
parent
a5bce3b72a
commit
77c28144cb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue