mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Increase the size of select dropdown so they match the size of other fields
This commit is contained in:
parent
32383114ce
commit
3fdeaea162
@ -55,7 +55,7 @@ form.nostyle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
select:not([size]):not([multiple]) {
|
select:not([size]):not([multiple]) {
|
||||||
height: 2.5rem;
|
height: 2.924rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.text,
|
input.text,
|
||||||
|
Loading…
Reference in New Issue
Block a user