Make the attribute tab use a two-column layout for the lists
This commit is contained in:
parent
edceb5b384
commit
e30a7f9156
2 changed files with 15 additions and 2 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue