Allow Kampftalente to be deleted from ActorSheet
This commit is contained in:
parent
2468c83e86
commit
ae3e9a2fb9
@ -337,6 +337,7 @@
|
||||
{{else}}
|
||||
<div></div>
|
||||
{{/if}}
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
@ -575,7 +575,7 @@ html {
|
||||
}
|
||||
|
||||
& .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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user