Fix description

This commit is contained in:
2020-11-05 19:01:44 +01:00
parent 339f84d843
commit 4bc6434fda
3 changed files with 29 additions and 36 deletions

View File

@ -223,19 +223,9 @@
}
.editor {
margin: 0;
overflow: hidden;
min-height: calc(100% - 225px) !important;
height: calc(100% - 225px) !important;
max-height: calc(100% - 225px) !important;
}
.editor-content {
padding: 5px;
margin: 0;
overflow: auto;
height: 100% !important;
min-height: 100% !important;
max-height: 100% !important;
border: 2;
height: 300px;
padding: 0 3px;
}
.foundryvtt-reve-de-dragon .tox .tox-editor-container {