Skip to content

Commit 21b6223

Browse files
committed
Fixes #686
1 parent 8845685 commit 21b6223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/components/SelectField.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
border: 1px solid var(--sds--color--gray--300);
2626
border-radius: vars.$br;
2727
font-size: 16px;
28-
height: 48px;
28+
min-height: 48px;
2929

3030
&.creatable {
31-
height: 48px;
31+
min-height: 48px;
3232
}
3333

3434
.select-inner__control {
@@ -42,7 +42,7 @@
4242
outline: none;
4343
box-shadow: 3px 3px 3px var(--sds--color--blue--200), -3px -3px 1px var(--sds--color--blue--200);
4444
border: 1px solid var(--sds--color--gray--300) !important;
45-
height: 48px;
45+
min-height: 48px;
4646
}
4747

4848
&[disabled] {

0 commit comments

Comments
 (0)