mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 02:47:38 +02:00
Increase line height
... so select element text does not get cut off.
This commit is contained in:
parent
471bdca6c2
commit
4e42505c57
@ -231,7 +231,7 @@ form.icinga-form {
|
|||||||
form.icinga-form select:not([multiple]),
|
form.icinga-form select:not([multiple]),
|
||||||
form.icinga-form input[type="datetime-local"] {
|
form.icinga-form input[type="datetime-local"] {
|
||||||
// Compensate inconsistent select height calculations
|
// Compensate inconsistent select height calculations
|
||||||
line-height: 1em;
|
line-height: 1.2em;
|
||||||
height: 2.25em;
|
height: 2.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user