Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Wikitable fluid/styles.css

Template page
Revision as of 00:55, 24 August 2026 by Kaph (talk | contribs) (Create Template:Wikitable fluid/styles.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* General .wikitable--fluid modifier: full-width table with
   word-wrapping cells. Belongs in MediaWiki:Common.css, but this bot
   account isn't interface-admin and can't edit that page -- see
   Template:Wikitable fluid for why this lives here instead. */
.wikitable--fluid {
	width: 100%;
}

.wikitable--fluid th,
.wikitable--fluid td {
	overflow-wrap: break-word;
	word-break: break-word;
}