Skip to content

Commit

Permalink
fix: address tooltip position
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jan 8, 2024
1 parent 81640a6 commit 28e3f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/transaction/summary/AddressEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const accountLabel = computed(() => {
@apply text-right;
.account-address {
@apply break-all;
@apply ml-auto w-max break-all;
}
}
.account-avatar {
Expand Down

0 comments on commit 28e3f02

Please sign in to comment.