Fix some alignments and a translation.

This commit is contained in:
James Cole
2021-03-24 06:28:32 +01:00
parent a8e9ba3041
commit 72deff81f9
33 changed files with 93 additions and 34 deletions

View File

@@ -50,7 +50,7 @@
{{ Intl.NumberFormat(locale, {style: 'currency', currency: entry.currency_code}).format(entry.difference_float) }}
</span>
</div>
<span v-if="entry.pct <= 20">&nbsp;
<span v-if="entry.pct <= 20" style="line-height: 16px;">&nbsp;
{{ Intl.NumberFormat(locale, {style: 'currency', currency: entry.currency_code}).format(entry.difference_float) }}
</span>
</div>