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