mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
feat(ellipsis): improve break lines of Chinese, Japanese, or Korean text (#12030)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user