Skip to content

Commit

Permalink
CSS: Set correct height for input[type=“datetime-local”]
Browse files Browse the repository at this point in the history
  • Loading branch information
flourish86 authored and nilmerg committed Nov 4, 2024
1 parent 1125148 commit 48dcb05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/icinga/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ form.icinga-form {
}
}

form.icinga-form select:not([multiple]) {
form.icinga-form select:not([multiple]),
form.icinga-form input[type="datetime-local"] {
// Compensate inconsistent select height calculations
line-height: 1em;
height: 2.25em;
Expand Down

0 comments on commit 48dcb05

Please sign in to comment.