Merge pull request #15680 from overleaf/rd-input-field-fix

[web] Onboarding Data Collection institution input field fix

GitOrigin-RevId: 25becfb6ff5d7ce04559ba7a9af74215bd07ac64
This commit is contained in:
Rebeka Dekany 2023-11-08 19:14:05 +01:00 committed by Copybot
parent 12d82755a6
commit da401ce5f9

View file

@ -45,6 +45,11 @@
label {
font-size: 14px; // override DownshiftInput and Select component label size
}
.select-items {
max-height: 150px;
}
.select-trigger {
border: 1px solid @neutral-60;
color: @neutral-60;