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 cb611d2671
commit 484e63b47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;