mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Account for temporary row in grid template row
Bug: T327714 Change-Id: I8e68a0c562a3972055ce204192e070d5944d455e
This commit is contained in:
parent
807896c16c
commit
a4f0fef502
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue