MediaWiki:Common.css: Difference between revisions
Keep caption collapsible table width stable |
Revert caption table width stabilization Tag: Manual revert |
||
| Line 205: | Line 205: | ||
} | } | ||
.mw-parser-output table.mw-collapsible:has(> caption) { | .mw-parser-output table.mw-collapsible.mw-collapsed:has(> caption) { | ||
width: 100%; | width: 100%; | ||
min-width: min(100%, 32rem); | min-width: min(100%, 32rem); | ||
} | } | ||