Skip to content

Commit

Permalink
fix: add space between symbol and points (#1687)
Browse files Browse the repository at this point in the history
This small release fixes the spacing between dice symbol and Psionic Ability points amount on the traveller sheet.  Thanks to Amantiado for suggesting.
  • Loading branch information
marvin9257 authored Nov 9, 2024
1 parent d8e2125 commit 217697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/actors/parts/actor/actor-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<span class="items-psiAbilities">
<span class="item-name showChat">{{item.name}}</span>
<span class="item-controls centre">{{item.system.skillModifier}}</span>
<span class="item-name centre rollable"><i class="fa-solid fa-dice" alt="2d6"></i>{{item.system.psiCost}}</span>
<span class="item-name centre rollable"><i class="fa-solid fa-dice" alt="2d6"></i> {{item.system.psiCost}}</span>
<span class="item-name centre roll-damage">{{twodsix_limitLength item.system.damage 8}}</span>
<span class="item-name centre">{{item.system.shortdescr}}</span>
<span class="item-controls centre">
Expand Down

0 comments on commit 217697b

Please sign in to comment.