Fix bio + initiative
All checks were successful
Release Creation / build (release) Successful in 1m2s

This commit is contained in:
2025-10-05 18:09:02 +02:00
parent d80e3e4658
commit 2578ea4dc1
9 changed files with 21 additions and 14 deletions

View File

@@ -219,10 +219,10 @@
.character-biography {
background-color: var(--color-light-1);
prose-mirror.inactive {
min-height: 40px;
min-height: 16rem;
}
prose-mirror.active {
min-height: 150px;
min-height: 16rem;
}
.field-label {
margin-left: 8px;