fix: define line-clamp for compatibility (#5983)

This commit is contained in:
Konv Suu 2025-05-14 18:57:02 +08:00 committed by GitHub
parent 4cb4890be7
commit 568fd155c5

View File

@ -230,6 +230,7 @@ body,
display: -webkit-box !important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;