Fix login box alignment in IE
In IE 11, the login page form was being shown right-aligned on the page. This is because of some IE interaction with margin: auto. Removing that and relying on flexbox flow fixes it and makes the form centered again. LEARNER-3001
This commit is contained in:
@@ -104,7 +104,6 @@
|
||||
$third-party-button-height: ($baseline*1.75);
|
||||
|
||||
display: block;
|
||||
margin:auto;
|
||||
max-width: 500px;
|
||||
|
||||
.instructions {
|
||||
|
||||
Reference in New Issue
Block a user