Fix investment form padding in Internet Explorer
It looks like Internet Explorer wasn't applying the padding to the <main> element because it considered it an inline element.
This commit is contained in:
@@ -64,6 +64,10 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
|||||||
Reference in New Issue
Block a user