Merge "Disable max width on article toolbar container"

This commit is contained in:
jenkins-bot 2022-05-05 16:14:25 +00:00 committed by Gerrit Code Review
commit 17bb448244
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 {