We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 805b384 + 300cedf commit 898ffdeCopy full SHA for 898ffde
scss/_custom-forms.scss
@@ -137,6 +137,8 @@
137
.custom-select {
138
display: inline-block;
139
max-width: 100%;
140
+ $select-border-width: ($border-width * 2);
141
+ height: calc(#{$input-height} - #{$select-border-width});
142
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
143
padding-right: $custom-select-padding-x \9;
144
color: $custom-select-color;
0 commit comments