Make the attribute tab use a two-column layout for the lists

This commit is contained in:
Oliver 2026-04-25 20:49:00 -06:00
parent edceb5b384
commit e30a7f9156
2 changed files with 15 additions and 2 deletions

View file

@ -10,7 +10,7 @@
{{ group.name }}
</h3>
</div>
<ul class="embedded-list">
<ul class="embedded-list two-col">
{{#each group.attrs as |attr|}}
{{> (systemFilePath "templates/PlayerSheet/tabs/attributes/attribute.hbs") attr }}
{{/each}}