Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: fix alternative currency alignment (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
dated authored Mar 10, 2020
1 parent c5f4bfd commit 70dbb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Input/InputCurrency.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div
v-if="isMarketEnabled && alternativeCurrency"
:title="alternativeCurrency"
class="InputCurrency__alternative-amount flex flex-no-shrink text-grey-dark ml-4"
class="InputCurrency__alternative-amount flex flex-no-shrink items-center text-grey-dark ml-4"
>
{{ alternativeAmount }}
</div>
Expand Down

0 comments on commit 70dbb8d

Please sign in to comment.