From 319c40c4a7c4f513dc839fd0a9fee7352e1f1d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20R=C3=BCmpelein?= Date: Sat, 16 Jan 2021 00:11:00 +0100 Subject: [PATCH] Make side properties a bit better readable. --- src/scss/components/_description.scss | 2 +- src/templates/item/spell-sheet.hbs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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}}