Skip to content

Commit bf34452

Browse files
authored
add nbsp before FX to attempt to improve spacing
1 parent 4c47a20 commit bf34452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CardModel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757
<!-- effect text -->
5858
<div v-show="card.properties.effect" style="float: right; padding: 5px; text-align: center;">
59-
<b-btn class="btn btn-sm btn-secondary fa fa-flash" :id="`${card.id}-effect`">FX</b-btn>
59+
<b-btn class="btn btn-sm btn-secondary fa fa-flash" :id="`${card.id}-effect`">&nbsp;FX</b-btn>
6060
<b-popover :target="`${card.id}-effect`"
6161
:title="card.properties.name"
6262
triggers="hover focus"

0 commit comments

Comments
 (0)