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