diff --git a/Torchbearer/torchbearer.css b/Torchbearer/torchbearer.css index c43bce5abc..603660d408 100644 --- a/Torchbearer/torchbearer.css +++ b/Torchbearer/torchbearer.css @@ -341,14 +341,18 @@ } .sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(1), .sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(1) { - width: 25%; + width: 20%; } .sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(2), .sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(2) { - width: 15%; + width: 10%; } .sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(3), .sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(3) { + width: 10%; +} +.sheet-section.sheet-section-traveling-spellbook table tr th:nth-child(4), +.sheet-section.sheet-section-traveling-spellbook table tr td:nth-child(4) { width: 60%; } .sheet-section.sheet-section-traveling-spellbook table tr th select, diff --git a/Torchbearer/torchbearer.html b/Torchbearer/torchbearer.html index 7c34b735e0..e48f15e02c 100644 --- a/Torchbearer/torchbearer.html +++ b/Torchbearer/torchbearer.html @@ -444,7 +444,7 @@