fix: 标题存在emoji时超过卡片高度

This commit is contained in:
orz12
2024-02-22 19:19:12 +08:00
parent 87c2ffe169
commit 0f355e4d11

View File

@@ -198,7 +198,7 @@ class VideoContent extends StatelessWidget {
maxLines: 2, maxLines: 2,
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
style: const TextStyle( style: const TextStyle(
height: 1.45, height: 1.42,
)), )),
), ),
], ],