mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: define line-clamp for compatibility (#5983)
This commit is contained in:
parent
4cb4890be7
commit
568fd155c5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user