diff --git a/package-lock.json b/package-lock.json index a5d6c7a6..ff2912b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2702,7 +2702,7 @@ } }, "foundry-pc-types": { - "version": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#4e20e5c9cb1b3cd2e44555d7acfa89a3cf63f6ce", + "version": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f84074f63d1aeeb9229e441e8c3ccaa9cba64142", "from": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes", "dev": true, "requires": { diff --git a/src/scss/components/_description.scss b/src/scss/components/_description.scss index 084b1796..cc4c1322 100644 --- a/src/scss/components/_description.scss +++ b/src/scss/components/_description.scss @@ -33,6 +33,10 @@ } } +.description { + height: 100%; +} + .sheet-body .tab .editor { height: 100%; }