Increase line height

... so select element text does not get cut off.
This commit is contained in:
Johannes Rauh 2025-08-20 09:07:48 +02:00
parent 471bdca6c2
commit 4e42505c57

View File

@ -231,7 +231,7 @@ form.icinga-form {
form.icinga-form select:not([multiple]),
form.icinga-form input[type="datetime-local"] {
// Compensate inconsistent select height calculations
line-height: 1em;
line-height: 1.2em;
height: 2.25em;
}