Merge "Adds a CSS rule for <main> element to support IE11 and under."

This commit is contained in:
jenkins-bot 2019-02-25 20:54:49 +00:00 committed by Gerrit Code Review
commit ea6a11a7a0
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ body {
// avoid margin collapsing (see T147956)
border-top: 1px solid transparent;
padding-bottom: 32px;
display: block; // T207618 - Define this <main> element for IE11 and under.
}
.overlay-enabled,