Skip to content

Commit

Permalink
fix(dropdown): support individual sizing inside forms
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Nov 30, 2023
1 parent 7259033 commit 9f1449f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -1853,8 +1853,8 @@ select.ui.dropdown {
& when not (@variationDropdownSizes = false) {
each(@variationDropdownSizes, {
@s: @@value;
.ui.@{value}.dropdown,
.ui.@{value}.dropdown .menu > .item {
.ui.ui.@{value}.dropdown,
.ui.ui.@{value}.dropdown .menu > .item {
font-size: @s;
}
});
Expand Down

0 comments on commit 9f1449f

Please sign in to comment.