fix height of editor in item sheets

This commit is contained in:
Johannes Loher 2021-01-07 04:12:20 +01:00
parent a9fa91b04e
commit 18a475dd8f
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,10 @@
}
}
.description {
height: 100%;
}
.sheet-body .tab .editor {
height: 100%;
}