mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-12 00:12:32 +00:00
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:
parent
12d82755a6
commit
da401ce5f9
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
||||||
label {
|
label {
|
||||||
font-size: 14px; // override DownshiftInput and Select component label size
|
font-size: 14px; // override DownshiftInput and Select component label size
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-items {
|
||||||
|
max-height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.select-trigger {
|
.select-trigger {
|
||||||
border: 1px solid @neutral-60;
|
border: 1px solid @neutral-60;
|
||||||
color: @neutral-60;
|
color: @neutral-60;
|
||||||
|
|
Loading…
Reference in a new issue