Skip to content

Commit

Permalink
style: apply styling to npc theriform
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrella committed Mar 12, 2024
1 parent dbc951d commit 30e8810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/features/mutant/therioform-data-model.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class TherioformDataModel extends projectfu.ClassFeatureDataModel {
<label>${game.i18n.localize("FU-PT.therioform.associatedTherioforms")}</label>
</legend>
<div>
<input type="text" name="flags.projectfu-playtest.therioforms" value="${sheet.actor.getFlag(MODULE, "therioforms") ?? ""}" class="resource-label-sm">
<input type="text" name="flags.projectfu-playtest.therioforms" value="${sheet.actor.getFlag(MODULE, "therioforms") ?? ""}" class="resource-inputs select-dropdown-full resource-text-m">
</div>
</fieldset>`)
}
Expand Down

0 comments on commit 30e8810

Please sign in to comment.