Contributions headings should be border box

On mobile devices this is adding horizontal scrolling

Bug: T301798
Change-Id: Ibee771dce4924b138d3dd3df502659b2ea17c66d
This commit is contained in:
Jon Robson 2022-03-31 10:28:57 -07:00
parent e830c909cd
commit 9ffc476b1d

View file

@ -193,4 +193,5 @@ ul.mw-contributions-list li .mw-rollback-link {
// `.content h2` rule provided by ResourceLoaderSkinModule.
.content .mw-index-pager-list-header {
.changeslist-header();
box-sizing: border-box;
}