CSS: Reset line-height for inputs in .control-groups

refs #3676
This commit is contained in:
Florian Strohmaier 2019-06-26 17:14:12 +02:00 committed by Johannes Meyer
parent e04d42b7a9
commit 1c12d84eee

View File

@ -154,8 +154,7 @@ form input {
.form-controls .toggle-switch, .form-controls .toggle-switch,
.form-controls input { .form-controls input {
font-size: inherit; font-size: inherit;
padding: 0 .5625em; padding: .5625em;
line-height: 2.625em;
} }
.control-group .toggle-switch, .control-group .toggle-switch,