diff --git a/src/app/components/Address/Address.tsx b/src/app/components/Address/Address.tsx index 970108eba6..0df9907a31 100644 --- a/src/app/components/Address/Address.tsx +++ b/src/app/components/Address/Address.tsx @@ -90,7 +90,7 @@ export const Address = ({ const availableWidth = useMemo(() => { if (width) { if (orientation === "horizontal") { - return width - (walletName ? aliasWidth + 8 : 0) - (showCopyButton ? 22 : 0); + return width - (walletName ? aliasWidth + 8 : 0) - (showCopyButton ? 8 : 0); } else { return width; } @@ -148,7 +148,12 @@ export const Address = ({ /> {showCopyButton && ( - +