Elastic: Fix login form in IE11 (#6565)

pull/6286/merge
Aleksander Machniak 6 years ago
parent 5d0a9a51e2
commit de386b9614

@ -46,7 +46,12 @@
max-width: 320px; max-width: 320px;
position: relative; position: relative;
// Fixes input width and position in IE11 // Fixes table width in IE11
table, tbody {
display: block;
}
// Fixes input width in IE11
.row { .row {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;

Loading…
Cancel
Save