IE11 fix for create account modal alignment

This commit is contained in:
Kris 2018-10-26 17:04:28 -04:00
parent 0bf413be3e
commit cd9a41be55
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@
form, form,
table { table {
width: 100%; width: 100%;
display: block; //IE11
} }
tr { tr {
@ -180,6 +181,7 @@
} }
&:not(:empty), &:not(:empty),
&:empty + td { &:empty + td {
display: block;
min-height: 1.75em; min-height: 1.75em;
width: 240px; width: 240px;
} }