Merge "Fix override to let indicators float into heading area on legacy Vector"

This commit is contained in:
jenkins-bot 2024-09-05 01:41:17 +00:00 committed by Gerrit Code Review
commit e2d1b76da5

View file

@ -44,8 +44,8 @@ body {
border-right-width: 0;
.firstHeading {
/* Change the default from mediawiki.skinning CSS to let indicators float into heading area */
overflow: visible;
/* Change the default from mediawiki.skinning CSS to let indicators float into heading area (T373617) */
display: block;
}
}