From a0f17fc4f5fb48f8b918463418836b11e1ba88b7 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 6 Apr 2024 12:03:47 -0600 Subject: [PATCH] Fix item list gaps (closes #163) --- styles/sheets/actor/char-sheet/v2/pages/inventory.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/sheets/actor/char-sheet/v2/pages/inventory.scss b/styles/sheets/actor/char-sheet/v2/pages/inventory.scss index c301f04..4bc9018 100644 --- a/styles/sheets/actor/char-sheet/v2/pages/inventory.scss +++ b/styles/sheets/actor/char-sheet/v2/pages/inventory.scss @@ -53,7 +53,7 @@ gap: 8px; } - &--untyped, &--aspect { + &--untyped, &--aspect, &--foil, &--weapon, &--pet { display: flex; gap: 8px; flex-direction: column;