Template:Wikitable fluid/styles.css
Template page
More actions
/* 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;
}