💄 Optimize some styling

This commit is contained in:
2025-01-05 13:29:39 +08:00
parent ecf362cffc
commit bcb176344c
4 changed files with 26 additions and 75 deletions

View File

@ -96,6 +96,8 @@ class _PostDetailScreenState extends State<PostDetailScreen> {
),
),
]),
maxLines: 2,
overflow: TextOverflow.ellipsis,
)
: Text('postDetail').tr(),
),