IE11 fix for create account modal alignment
This commit is contained in:
parent
0bf413be3e
commit
cd9a41be55
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue