mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "Account for temporary row in grid template row"
This commit is contained in:
commit
4e0c95b130
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue