Skip to content

Commit

Permalink
Fix NcMultiselect height
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Sep 29, 2022
1 parent c0682d3 commit 3d43f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcMultiselect/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
height: 44px;
padding: 8px 12px !important;
background-color: var(--color-main-background);
box-sizing: border-box;

&:focus, &:hover {
border-color: var(--color-primary);
Expand Down

0 comments on commit 3d43f67

Please sign in to comment.