mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(ellipsis): improve break lines of Chinese, Japanese, or Korean text (#12030)
This commit is contained in:
parent
6497950900
commit
99dd982aee
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user