Skip to content

Commit 3009e92

Browse files
committed
fix: make select trigger height inheritable
1 parent 1a9409f commit 3009e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/components/src/select/select.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
border: 1px solid $color-border;
1818
border-radius: 6px;
1919
width: 100%;
20-
height: 34px;
20+
min-height: 34px;
21+
height: inherit;
2122

2223
&.small {
2324
height: 32px;

0 commit comments

Comments
 (0)