We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e139cfb + 8d617b3 commit b7657f7Copy full SHA for b7657f7
src/Dropdown/dropdown.scss
@@ -313,15 +313,15 @@ $padding-left: 10px !default;
313
.Select-input > input {
314
@include height($height-small - 12px);
315
}
316
- }
317
318
319
320
- &.is-small .Select-control .Select-value {
321
- @include height($height-small - 14px);
+ .Select-value {
+ @include height($height-small - 14px);
322
323
- .Select-value-label {
324
+ .Select-value-label {
+ }
325
326
327
0 commit comments