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)
This commit is contained in:
Paul
2024-10-09 12:00:03 -06:00
committed by GitHub
parent 39825dfce5
commit f507530214

View File

@@ -8,7 +8,8 @@
.react-select {
.rs__control {
@include formInput;
padding: base(0.4) base(0.6);
height: auto;
padding: base(0.35) base(0.6);
flex-wrap: nowrap;
}