Skip to content

Commit

Permalink
fix:podcast tile truncate (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket6652 authored Jan 22, 2024
1 parent fb2f7ed commit e42669a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class PodcastTemplate extends StatelessWidget {
style: const TextStyle(
fontSize: 16,
height: 1.2,
overflow: TextOverflow.ellipsis,
)),
),
),
Expand Down

0 comments on commit e42669a

Please sign in to comment.