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: Difference between revisions

Template page
Create Template:Crafting recipes table -- a reusable Description/Crafting-Recipes wrapper, width-safe against horizontal page scroll
 
m Create Template:Crafting recipes table -- a reusable Description/Crafting-Recipes wrapper, width-safe against horizontal page scroll
 
Line 1: Line 1:
/* 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 {
.loka-crafting-recipes {
width: 100%;
width: 100%;
table-layout: fixed;
}
}



Latest revision as of 10:02, 24 August 2026

.loka-crafting-recipes {
	width: 100%;
}

.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;
}