diff --git a/components/transaction/summary/AddressEntry.vue b/components/transaction/summary/AddressEntry.vue index 450edc9d3..94fbd6312 100644 --- a/components/transaction/summary/AddressEntry.vue +++ b/components/transaction/summary/AddressEntry.vue @@ -67,7 +67,7 @@ const accountLabel = computed(() => { @apply text-right; .account-address { - @apply break-all; + @apply ml-auto w-max break-all; } } .account-avatar {