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

Commit

Permalink
fix: full width on recipients list (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dated authored Jun 18, 2020
1 parent 805f517 commit 003d031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ListDividedItem
class="TransactionConfirmMultiPayment__recipients"
:label="`${$t('TRANSACTION.RECIPIENTS')} - ${payments.length}`"
item-value-class="items-center"
item-value-class="items-center w-full"
>
<TransactionRecipientList
:title="null"
Expand Down

0 comments on commit 003d031

Please sign in to comment.