Template:Crafting recipes table/styles.css: Difference between revisions
Template page
More actions
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: | ||
.loka-crafting-recipes { | .loka-crafting-recipes { | ||
width: 100%; | width: 100%; | ||
} | } | ||
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;
}