MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,260:
}
}
 
/* ── House table column widths — tunable here, no re-publishing needed ── */
:root {
--wt-col-min: 6em; /* default data-column floor */
--wt-col-min-wide: 9em; /* wide data columns (class="col-wide") */
}
.wikitable th:not(:first-child),
.wikitable td:not(:first-child) { min-width: var(--wt-col-min); }
.wikitable th.col-wide,
.wikitable td.col-wide { min-width: var(--wt-col-min-wide); }