MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 2,050:
} /* matching the top/right/bottom edges (not the lighter inter-cell --wt-border). */
/* A Datacheck page is a single wide review TABLE, not prose — so lift the
content use ~the full viewport, giving the glossary table room to stop scrolling horizontally. In Vector
2022 the binding cap is NOT #content — it is its ancestor .mw-content-container (Vector's "limited width"
layout). #content lives inside it, so capping #content alone changes nothing; we must un-cap the Vector
.mw-parser-output p is measure-capped (§10), so only the table (min-width:0 / max-width:none, above)▼
containers too, THEN bound #content to 95vw for a small gutter. Body prose is unaffected: .mw-parser-output
▲
.ns-3006 .mw-page-container,
.ns-3006 .mw-content-container {
max-width: none !important;
}
.ns-3006 #content {
max-width: 95vw !important;
| |||