Skip to content

Commit 99f6ea3

Browse files
committed
Prevent multi-select inputs overflowing
Some multi-select inputs (e.g. on the question search modal) were overflowing if too many values were selected.
1 parent 9354fb6 commit 99f6ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/phy/forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
box-shadow: 0 0 0 0.2rem $focus-blue;
66
}
77
.select__control, .select__control:hover {
8-
height: 2.6rem;
8+
min-height: 2.6rem;
99
border: 1px solid $color-neutral-300;
1010
border-radius: $border-radius-lg;
1111

0 commit comments

Comments
 (0)