Fix #75 Token drag&drop

This commit is contained in:
sladecraven 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;

View File

@ -17,7 +17,7 @@
{{editor purchasedeffects target="system.purchasedeffects" button=true owner=owner
editable=editable}}
</div>
<div class="medium-editor item-text-long-line">
<div class="long-editor item-text-long-line">
<label class="generic-label">Description</label>
{{editor description target="system.description" button=true owner=owner editable=editable}}
</div>