From f0bc2cb50e30725ac01158a3a9b004677f9d5aaa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 21 Oct 2017 18:52:42 +0200 Subject: [PATCH] Always position inputs in the middle --- skins/elastic/styles/styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index e4b256de3..4fd04d09a 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -100,6 +100,10 @@ button, input, select, textarea { line-height: initial; } +input { + vertical-align: middle; +} + a { color: @color-link; }