Skip to content

Commit b7657f7

Browse files
authored
Merge pull request #1219 from buildo/1218-dropdown_multi_small_breaks
#1218: Dropdown: multi + small breaks the layout (closes #1218)
2 parents e139cfb + 8d617b3 commit b7657f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Dropdown/dropdown.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,15 @@ $padding-left: 10px !default;
313313
.Select-input > input {
314314
@include height($height-small - 12px);
315315
}
316-
}
317-
}
318-
}
319316

320-
&.is-small .Select-control .Select-value {
321-
@include height($height-small - 14px);
317+
.Select-value {
318+
@include height($height-small - 14px);
322319

323-
.Select-value-label {
324-
@include height($height-small - 14px);
320+
.Select-value-label {
321+
@include height($height-small - 14px);
322+
}
323+
}
324+
}
325325
}
326326
}
327327
}

0 commit comments

Comments
 (0)