Account for temporary row in grid template row

Bug: T327714
Change-Id: I8e68a0c562a3972055ce204192e070d5944d455e
This commit is contained in:
bwang 2023-01-24 18:36:24 -06:00 committed by Bernard Wang
parent 807896c16c
commit a4f0fef502

View file

@ -132,7 +132,7 @@
@media ( min-width: @min-width-desktop ) {
.vector-feature-page-tools-enabled .mw-body {
display: grid;
grid-template: ~'min-content min-content 1fr / minmax(0, @{max-width-content-container}) min-content';
grid-template: ~'min-content min-content min-content 1fr / minmax(0, @{max-width-content-container}) min-content';
/**
* NOTE: T327715 - 'titlebar-cx' grid area is a temporary workaround to accommodate
* the Content Translation extension and should not be used beyond that.