Merge "Bottom margin not applying to Parsoid H2s"

This commit is contained in:
jenkins-bot 2024-09-27 17:43:09 +00:00 committed by Gerrit Code Review
commit 91ca28e801

View file

@ -154,11 +154,10 @@ main {
}
}
/* For Parsoid. */
.mw-parser-output > section > section > .mw-heading2,
/* For legacy parser */
.mw-parser-output > .mw-heading2,
.mw-parser-output > h2,
.mw-parser-output[ data-mw-parsoid-version ] > section > .mw-heading2,
.section-heading {
border-bottom: @border-width-base @border-style-base @border-color-muted;
margin-bottom: @margin-heading;