[Documentation] Document decision in T293441 in code

Not 100% clear why it works this way so recording.

Change-Id: I8c6eb4c1e17916fe06b071dfc98f1c0d4529731d
This commit is contained in:
jdlrobson 2021-12-07 10:47:54 -08:00 committed by Jdlrobson
parent 13744f3bad
commit fbc5241c45
1 changed files with 3 additions and 0 deletions

View File

@ -239,6 +239,9 @@ body {
.skin-vector-disable-max-width & {
// Allow the max-width of content on history/special pages to be wider than
// the max-width of content on article pages.
// Note, we don't disable the max-width on .mw-article-toolbar-container intentionally
// to support easier navigation between tabs.
// See T293441 for further information on that.
max-width: none;
}
}