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.
first col=16em) summing past the viewport; clearing them (min-width:0) lets AUTO table layout shrink each
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 th,
.ns-3006 .wikitable td {
Line 2,038 ⟶ 2,039:
max-width: none !important;
white-space: normal !important;
overflow-wrap:
}
.ns-3006 .wikitable th:first-child,
| |||