Skip to content

Commit

Permalink
fix: 标题存在emoji时超过卡片高度
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Feb 22, 2024
1 parent 87c2ffe commit 0f355e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/widgets/video_card_v.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class VideoContent extends StatelessWidget {
maxLines: 2,
overflow: TextOverflow.ellipsis,
style: const TextStyle(
height: 1.45,
height: 1.42,
)),
),
],
Expand Down

0 comments on commit 0f355e4

Please sign in to comment.