mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 07:30:53 +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;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: @lines;
|
||||
line-break: anywhere;
|
||||
|
||||
/* autoprefixer: ignore next */
|
||||
-webkit-box-orient: vertical;
|
||||
|
Reference in New Issue
Block a user