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) {