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
/* 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;
}