Allow Kampftalente to be deleted from ActorSheet

This commit is contained in:
Sven Balzer 2025-07-26 00:28:03 +02:00
parent 2468c83e86
commit ae3e9a2fb9
2 changed files with 2 additions and 1 deletions

View File

@ -337,6 +337,7 @@
{{else}} {{else}}
<div></div> <div></div>
{{/if}} {{/if}}
<div class="center fas fa-trash" data-action="item-delete"></div>
</div> </div>
{{/each}} {{/each}}
</div> </div>

View File

@ -575,7 +575,7 @@ html {
} }
& .Kampftalente { & .Kampftalente {
grid-template-columns: minmax(0, max-content) repeat(5, minmax(0, 1fr)); grid-template-columns: minmax(0, max-content) repeat(5, minmax(0, 1fr)) min-content;
} }
} }