diff --git a/lib/src/view/user/user_profile.dart b/lib/src/view/user/user_profile.dart index efbda8b114..0576ea5186 100644 --- a/lib/src/view/user/user_profile.dart +++ b/lib/src/view/user/user_profile.dart @@ -99,9 +99,8 @@ class UserProfile extends ConsumerWidget { text: user.profile!.bio!.replaceAll('\n', ' '), options: const LinkifyOptions( defaultToHttps: true, - looseUrl: true, ), - maxLines: 10, + maxLines: bioMaxLines, style: bioStyle, overflow: TextOverflow.ellipsis, linkStyle: Theme.of(context)