diff --git a/src/scss/components/_description.scss b/src/scss/components/_description.scss index 767fb516..fc299a29 100644 --- a/src/scss/components/_description.scss +++ b/src/scss/components/_description.scss @@ -9,7 +9,7 @@ .side-property { margin: 2px 0; display: grid; - grid-template-columns: 40% auto; + grid-template-columns: minmax(40%, max-content) 1fr; justify-content: left; label { diff --git a/src/templates/item/spell-sheet.hbs b/src/templates/item/spell-sheet.hbs index 039366f9..4e180755 100644 --- a/src/templates/item/spell-sheet.hbs +++ b/src/templates/item/spell-sheet.hbs @@ -31,7 +31,7 @@
- {{#select data.spellType}} {{#each config.spellTypes as |value key|}} @@ -41,7 +41,7 @@
- +
{{/systems/ds4/templates/item/partials/sheet-header.hbs}} @@ -50,7 +50,7 @@ {{#> systems/ds4/templates/item/partials/body.hbs}}
- {{#select data.spellCategory}} {{#each config.spellCategories as |value key|}} @@ -65,7 +65,7 @@
+ name="data.scrollPrice" id="data.scrollPrice" value="{{data.scrollPrice}}" />
{{/systems/ds4/templates/item/partials/body.hbs}}