From 59ff104a3007b17efb89c6f8e18f08facfdb21df Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:56:02 -0500 Subject: [PATCH] chore: remove max lines from about me display (#5649) --- lib/pangea/user/about_me_display.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pangea/user/about_me_display.dart b/lib/pangea/user/about_me_display.dart index f35d34d68..d07b9d44b 100644 --- a/lib/pangea/user/about_me_display.dart +++ b/lib/pangea/user/about_me_display.dart @@ -29,8 +29,6 @@ class AboutMeDisplay extends StatelessWidget { child: Text( snapshot.data!.about!, style: TextStyle(fontSize: textSize), - maxLines: 3, - overflow: TextOverflow.ellipsis, ), ), ),