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