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
1 changed files with 1 additions and 2 deletions

View File

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