From da20b04d070e5155b5e4ddcdd6538cc734f86940 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:06:52 -0300 Subject: [PATCH] Update profile_card.dart --- lib/components/profile_card.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/profile_card.dart b/lib/components/profile_card.dart index 5a17ace38..e203a49e9 100644 --- a/lib/components/profile_card.dart +++ b/lib/components/profile_card.dart @@ -715,7 +715,7 @@ class ProfileCardHeader extends StatelessWidget { } double width = primaryName.length * 15; - return width.clamp(110, 200); + return width.clamp(110, 220); } String _getTruncatedWalletAddress(String primaryName, String walletAddress) {