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:Crafting recipes table/styles.css

Template page
Revision as of 09:48, 24 August 2026 by Kaph (talk | contribs) (Create Template:Crafting recipes table -- a reusable Description/Crafting-Recipes wrapper, width-safe against horizontal page scroll)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* width:100% (rather than the table's natural content width) plus a
   fixed layout keeps this from ever forcing horizontal page scroll --
   the description column is free to wrap long text, while the grid
   column just sizes to fit {{Crafting}}'s own fixed-width widget. */
.loka-crafting-recipes {
	width: 100%;
	table-layout: fixed;
}

.loka-crafting-recipes th:last-child,
.loka-crafting-recipes td:last-child {
	width: 1%;
	white-space: nowrap;
}

.loka-crafting-recipes td:first-child {
	overflow-wrap: break-word;
	word-break: break-word;
}