feat(ellipsis): improve break lines of Chinese, Japanese, or Korean text (#12030)

This commit is contained in:
hu 2023-06-27 21:34:23 +08:00 committed by GitHub
parent 6497950900
commit 99dd982aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-webkit-line-clamp: @lines; -webkit-line-clamp: @lines;
line-break: anywhere;
/* autoprefixer: ignore next */ /* autoprefixer: ignore next */
-webkit-box-orient: vertical; -webkit-box-orient: vertical;