diff --git a/styles/simple.css b/styles/simple.css index 2829c704..ddf0562e 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -633,6 +633,7 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) { border: 2; min-height: 8rem; padding: 0 3px; + align-items: top; } .small-editor { @@ -641,6 +642,10 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) { padding: 0 3px; } +.foundryvtt-reve-de-dragon.sheet :is(.large-editor,.editor,.medium-editor,.small-editor){ + align-items: start; +} + .foundryvtt-reve-de-dragon .tox .tox-editor-container { background: #fff; } diff --git a/templates/partial-item-description.html b/templates/partial-item-description.html index 06979f7c..730deef4 100644 --- a/templates/partial-item-description.html +++ b/templates/partial-item-description.html @@ -1,11 +1,11 @@ -
+
{{editor description target="system.description" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
{{#if options.isGM}} -
+
{{editor descriptionmj target="system.descriptionmj" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}