Skip to content

Commit

Permalink
Merge pull request #53 from wpmudev/fix/FOR-3096
Browse files Browse the repository at this point in the history
fix(multiselect): UI issue when submission limit reached
  • Loading branch information
iamleigh authored Apr 25, 2023
2 parents f4007f5 + 0764c22 commit 266eded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/scss/src/settings/components/_multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.forminator-multiselect {
width: 100%;
min-height: 38px;
@if ('material' != $form-theme) {
height: auto;
max-height: map-get($dropdown, max-height);
Expand Down

0 comments on commit 266eded

Please sign in to comment.