Skip to content

Commit 1dc1e04

Browse files
forms.less: Apply fixed height to input elements
- file element has a button and requires more height - radio and checkbox are decorated diffrently
1 parent c894333 commit 1dc1e04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

public/css/icinga/forms.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ form.icinga-form {
229229
}
230230

231231
form.icinga-form select:not([multiple]),
232-
form.icinga-form input[type="datetime-local"] {
233-
// Compensate inconsistent select height calculations
232+
form.icinga-form input:not([type="checkbox"], [type="radio"], [type="file"]) {
234233
line-height: 1em;
235234
height: 2.25em;
236235
}

0 commit comments

Comments
 (0)