chore: remove max lines from about me display (#5649)
This commit is contained in:
parent
bd2225cc6a
commit
59ff104a30
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ class AboutMeDisplay extends StatelessWidget {
|
|||
child: Text(
|
||||
snapshot.data!.about!,
|
||||
style: TextStyle(fontSize: textSize),
|
||||
maxLines: 3,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue