We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4e375 commit 657d73bCopy full SHA for 657d73b
styles/css/actor/actor.css
@@ -81,9 +81,12 @@
81
}
82
83
.projectfu .editor {
84
- &.stretch {
85
- height: 100%;
86
- min-height: 25em;
+ height: 100%;
+ min-height: 25em;
+
87
+ &.fit {
88
+ height: unset;
89
+ min-height: unset;
90
91
92
templates/actor/character/parts/actor-section-stats.hbs
@@ -121,7 +121,7 @@
121
{{#if (eq (pfuGetSetting 'optionNPCNotesTab') true)}}
122
{{{enrichedHtml.description}}}
123
{{else}}
124
- <prose-mirror name="system.description" value="{{system.description}}" toggled>
+ <prose-mirror name="system.description" value="{{system.description}}" class="fit" toggled>
125
126
</prose-mirror>
127
{{/if}}
0 commit comments