We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c898b commit 546149fCopy full SHA for 546149f
scss/_forms.scss
@@ -153,12 +153,24 @@ select.form-control {
153
@include border-radius($input-border-radius-sm);
154
}
155
156
+select.form-control-sm {
157
+ &:not([size]):not([multiple]) {
158
+ height: $input-height-sm;
159
+ }
160
+}
161
+
162
.form-control-lg {
163
padding: $input-padding-y-lg $input-padding-x-lg;
164
font-size: $font-size-lg;
165
@include border-radius($input-border-radius-lg);
166
167
168
+select.form-control-lg {
169
170
+ height: $input-height-lg;
171
172
173
174
175
// Form groups
176
//
0 commit comments