Compare commits

...

1 Commits

Author SHA1 Message Date
Jon Robson a927e6fbf5 Fixes Content sub unreadable in Vector 22
Bug: T311564
Change-Id: Id9c3693796a197f4cacf6fee902b553ba077dc71
(cherry picked from commit 79403a87e3)
2022-06-30 10:06:45 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -97,12 +97,12 @@ body {
}
.mw-body-subheader {
// avoid margin collapsing by setting a height and margin-top as this will sometimes
// avoid margin collapsing by setting a border-bottom and margin-top as this will sometimes
// be empty if no indicators.
// The total of margin-top and height should be 16px. Since we're using relative units 1em=14px
// We need to set both height and margin so that the margin is not ignored.
margin-top: 1em;
height: 2px;
border-bottom: solid 2px transparent;
}
.mw-header {