chore: remove max lines from about me display (#5649)

This commit is contained in:
ggurdin 2026-02-10 15:56:02 -05:00 committed by GitHub
parent bd2225cc6a
commit 59ff104a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,8 +29,6 @@ class AboutMeDisplay extends StatelessWidget {
child: Text(
snapshot.data!.about!,
style: TextStyle(fontSize: textSize),
maxLines: 3,
overflow: TextOverflow.ellipsis,
),
),
),