Fix for npc note

This commit is contained in:
Mandar
2021-01-09 12:33:30 +01:00
parent 47c2a2144b
commit 703ca9bab0
4 changed files with 10 additions and 4 deletions

View File

@@ -145,4 +145,10 @@
margin: 1rem 0.25rem 0;
}
}
.npc-note {
.editor {
min-height: 6rem;
max-height: 12rem;
}
}
}