Skip to content

Commit 657d73b

Browse files
committed
Invert the prose mirror editor scaling
1 parent 0f4e375 commit 657d73b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

styles/css/actor/actor.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,12 @@
8181
}
8282

8383
.projectfu .editor {
84-
&.stretch {
85-
height: 100%;
86-
min-height: 25em;
84+
height: 100%;
85+
min-height: 25em;
86+
87+
&.fit {
88+
height: unset;
89+
min-height: unset;
8790
}
8891
}
8992

templates/actor/character/parts/actor-section-stats.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
{{#if (eq (pfuGetSetting 'optionNPCNotesTab') true)}}
122122
{{{enrichedHtml.description}}}
123123
{{else}}
124-
<prose-mirror name="system.description" value="{{system.description}}" toggled>
124+
<prose-mirror name="system.description" value="{{system.description}}" class="fit" toggled>
125125
{{{enrichedHtml.description}}}
126126
</prose-mirror>
127127
{{/if}}

0 commit comments

Comments
 (0)