fix: define line-clamp for compatibility (#5983)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user