#8 Fix column alignement
This commit is contained in:
parent
379b8358ee
commit
8a543068d2
@ -181,10 +181,13 @@
|
|||||||
</li>
|
</li>
|
||||||
{{#each mlist as |maneuver key|}}
|
{{#each mlist as |maneuver key|}}
|
||||||
<li class="item flexrow list-item list-item-shadow " data-item-id="{{maneuver._id}}">
|
<li class="item flexrow list-item list-item-shadow " data-item-id="{{maneuver._id}}">
|
||||||
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img"
|
||||||
src="{{maneuver.img}}" /></a>
|
src="{{maneuver.img}}" />
|
||||||
<a class="roll-item"><i class="fas fa-dice"></i></a><span class="item-field-label-long">{{maneuver.name}}
|
</a>
|
||||||
</span>
|
<span class="item-field-label-long">
|
||||||
|
<a class="roll-item"><i class="fas fa-dice"></i></a>
|
||||||
|
{{maneuver.name}}
|
||||||
|
</span>
|
||||||
|
|
||||||
<span class="item-field-label-very-short content-center">{{maneuver.system.pha}}</span>
|
<span class="item-field-label-very-short content-center">{{maneuver.system.pha}}</span>
|
||||||
{{#if (eq ../mtype "mental")}}
|
{{#if (eq ../mtype "mental")}}
|
||||||
|
Loading…
Reference in New Issue
Block a user