Alignement description en haut

This commit is contained in:
2023-01-31 21:40:21 +01:00
parent 9f24aee1f3
commit 2e144851d4
2 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,11 @@
<div class="flexcol">
<div>
<span><label>Description : </label></span>
<div class="form-group large-editor">
{{editor description target="system.description" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
</div>
</div>
{{#if options.isGM}}
<div class="flexcol">
<div>
<span><label>Description (MJ seulement): </label></span>
<div class="form-group large-editor">
{{editor descriptionmj target="system.descriptionmj" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}