Fix #75 Token drag&drop

This commit is contained in:
2022-09-29 13:10:41 +02:00
parent cfcc9ca557
commit c8cc9d6c82
2 changed files with 7 additions and 1 deletions

View File

@ -293,6 +293,12 @@ table {border: 1px solid #7a7971;}
padding: 0 3px;
}
.long-editor{
border: 2;
height: 400px;
padding: 0 3px;
}
.medium-editor {
border: 2;
height: 240px;