Skip to content

Commit f507530

Browse files
authored
fix(ui): react select fields not increasing height when items overflow (#8618)
Fixes this instance ![image](https://github.com/user-attachments/assets/b2acc493-727e-4a26-8623-de28ff1dbe3c)
1 parent 39825df commit f507530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui/src/elements/ReactSelect/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
.react-select {
99
.rs__control {
1010
@include formInput;
11-
padding: base(0.4) base(0.6);
11+
height: auto;
12+
padding: base(0.35) base(0.6);
1213
flex-wrap: nowrap;
1314
}
1415

0 commit comments

Comments
 (0)