Skip to content

Commit

Permalink
Merge pull request #2 from captainswain/patch-1
Browse files Browse the repository at this point in the history
fix custom-select-line-height to prevent clipping
  • Loading branch information
hisk authored Nov 9, 2017
2 parents 8319deb + 23615c8 commit 02cfeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ $custom-select-padding-y: .375rem !default;
$custom-select-padding-x: .75rem !default;
$custom-select-height: $input-height !default;
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
$custom-select-line-height: $input-btn-line-height !default;
$custom-select-line-height: 1.2 !default;
$custom-select-color: $input-color !default;
$custom-select-disabled-color: $gray-600 !default;
$custom-select-bg: $white !default;
Expand Down

0 comments on commit 02cfeaa

Please sign in to comment.