Corrections CSS sur fiche archetype et système
All checks were successful
Release Creation / build (release) Successful in 50s

This commit is contained in:
2026-04-21 13:43:29 +02:00
parent 5cc060b102
commit 956ed9e916
41 changed files with 167 additions and 206 deletions

View File

@@ -48,6 +48,15 @@
}
}
/* Description editor: ensure enough vertical room */
.tab.description {
prose-mirror,
.editor,
.ProseMirror {
min-height: 440px;
}
}
/* Header layout override for item sheets (smaller than actor sheet header) */
.sheet-header {
flex: 0 0 auto;