Merge "Account for temporary row in grid template row"

This commit is contained in:
jenkins-bot 2023-01-25 01:08:05 +00:00 committed by Gerrit Code Review
commit 4e0c95b130

View file

@ -137,7 +137,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.