Disable max width on article toolbar container

Bug: T306353
Change-Id: I1c9e223ebc22cf0e0a337856041f34449e6c483b
This commit is contained in:
Jon Robson 2022-04-28 14:53:41 -07:00 committed by Jdlrobson
parent cdc46e70da
commit 3b4b101459
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ body {
max-width: @max-width-content-container;
margin-left: auto;
margin-right: auto;
.skin-vector-disable-max-width & {
max-width: none;
}
}
#left-navigation {