Always position inputs in the middle

pull/5742/merge
Aleksander Machniak 7 years ago
parent 197aacd86d
commit f0bc2cb50e

@ -100,6 +100,10 @@ button, input, select, textarea {
line-height: initial;
}
input {
vertical-align: middle;
}
a {
color: @color-link;
}

Loading…
Cancel
Save