diff --git a/src/scss/components/_basic_property.scss b/src/scss/components/_basic_property.scss index 40978da4..e0871f85 100644 --- a/src/scss/components/_basic_property.scss +++ b/src/scss/components/_basic_property.scss @@ -1,6 +1,7 @@ .basic-properties { flex: 0 0 100%; - gap: 2px; + grid-gap: 2px; + grid-template-columns: repeat(auto-fill, minmax(10em, 1fr)); .basic-property { display: grid; align-content: end; diff --git a/src/templates/item/spell-sheet.hbs b/src/templates/item/spell-sheet.hbs index 5f2c7a28..039366f9 100644 --- a/src/templates/item/spell-sheet.hbs +++ b/src/templates/item/spell-sheet.hbs @@ -28,9 +28,9 @@