Merge pull request #1132 from sgmap/space_out_select_label
Space out select labels
This commit is contained in:
commit
045d648968
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue