Merge "Fix page title from overflowing"

This commit is contained in:
jenkins-bot 2022-12-23 04:53:12 +00:00 committed by Gerrit Code Review
commit 8052762455

View file

@ -39,8 +39,7 @@ body {
padding: @padding-content;
.firstHeading {
/* Change the default from mediawiki.skinning CSS to let indicators float into heading area */
overflow: visible;
word-wrap: break-word;
margin-bottom: 0;
}
}