From de386b96148f7679dda03754a75586fd5788b5f6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 22 Dec 2018 14:33:28 +0100 Subject: [PATCH] Elastic: Fix login form in IE11 (#6565) --- skins/elastic/styles/styles.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 591220a64..346a04889 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -46,7 +46,12 @@ max-width: 320px; position: relative; - // Fixes input width and position in IE11 + // Fixes table width in IE11 + table, tbody { + display: block; + } + + // Fixes input width in IE11 .row { margin-right: 0; margin-left: 0;