Skip to content

Commit

Permalink
Merge pull request #1219 from buildo/1218-dropdown_multi_small_breaks
Browse files Browse the repository at this point in the history
#1218: Dropdown: multi + small breaks the layout (closes #1218)
  • Loading branch information
giogonzo authored Apr 3, 2018
2 parents e139cfb + 8d617b3 commit b7657f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ $padding-left: 10px !default;
.Select-input > input {
@include height($height-small - 12px);
}
}
}
}

&.is-small .Select-control .Select-value {
@include height($height-small - 14px);
.Select-value {
@include height($height-small - 14px);

.Select-value-label {
@include height($height-small - 14px);
.Select-value-label {
@include height($height-small - 14px);
}
}
}
}
}
}
Expand Down

0 comments on commit b7657f7

Please sign in to comment.