Skip to content

Commit

Permalink
Fix height of Multiselect
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed Feb 6, 2023
1 parent ab2974f commit 30ad7bb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:global(.multiSelectContainer .searchWrapper ::placeholder) {
color: var(--base-font-color);
}

.dropDownClassName {
height: 2.4em;
}

0 comments on commit 30ad7bb

Please sign in to comment.