MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2,029:
 
/* Datacheck review tables (namespace ns-3006) FIT the viewport — no horizontal scroll to reach the action
buttons. OverrideThe cause of the scroll is the col-* / fintable min-width floors (none are !important)col-l=15em, switchdata to fixed layoutcol=6em,
first col=16em) summing past the viewport; clearing them (min-width:0) lets AUTO table layout shrink each
wrap long aliases/comments, and un-freeze the sticky first column (nothing scrolls). Scoped to the
column to its content and wrap. We deliberately do NOT use table-layout:fixed or overflow-wrap:anywhere —
those collapse the un-sized Term/Status columns and break short words ("Term" -> T/e/r/m). Scoped to the
Datacheck namespace, so the public .fintable scroll behavior is unchanged everywhere else. */
.ns-3006 .wikitable { table-layout: fixed; }
.ns-3006 .wikitable th,
.ns-3006 .wikitable td {
Line 2,038 ⟶ 2,039:
max-width: none !important;
white-space: normal !important;
overflow-wrap: anywherebreak-word;
word-break: break-word;
}
.ns-3006 .wikitable th:first-child,