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

View File

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