Skip to content

Commit

Permalink
Update profile_card.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Dec 11, 2024
1 parent 43eef11 commit da20b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/profile_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit da20b04

Please sign in to comment.