From e288ccd713547c1f448bb57b8bc92ae6dce5bbbb Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 26 Mar 2021 14:27:38 +0100 Subject: [PATCH] css: Don't override padding of all inputs in controls inputs are expected to have their own padding and if that doesn't suit everywhere, they have to be adjusted. Overriding padding and such stuff this generally is bad. This also solves the problem that the filter editor search field is missing its specific padding, yay. -.- --- public/css/icinga/controls.less | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/icinga/controls.less b/public/css/icinga/controls.less index de3f65182..0b53ccc8a 100644 --- a/public/css/icinga/controls.less +++ b/public/css/icinga/controls.less @@ -193,7 +193,6 @@ input.search { input, select { - padding: .5em; max-width: 16em; }