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. -.-
This commit is contained in:
Johannes Meyer 2021-03-26 14:27:38 +01:00
parent 68f101b015
commit e288ccd713
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ input.search {
input,
select {
padding: .5em;
max-width: 16em;
}