Skip to content

Commit

Permalink
Merge pull request #598 from HaonRekcef/wrap-around-tos-violation
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce authored Mar 12, 2024
2 parents 027fee3 + badf005 commit 099eba2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lib/src/view/user/user_profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ class UserProfile extends ConsumerWidget {
const SizedBox(
width: 5,
),
Text(
context.l10n.thisAccountViolatedTos,
style: const TextStyle(
color: LichessColors.error,
fontWeight: FontWeight.bold,
Flexible(
child: Text(
context.l10n.thisAccountViolatedTos,
style: const TextStyle(
color: LichessColors.error,
fontWeight: FontWeight.bold,
),
),
),
],
Expand Down

0 comments on commit 099eba2

Please sign in to comment.