Merge branch 'feature/individuation' into 'release/6.6'
Feature/individuation See merge request !1382
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -4,6 +4,7 @@ | @@ -4,6 +4,7 @@ | ||
4 | -webkit-box-orient: vertical; | 4 | -webkit-box-orient: vertical; |
5 | -webkit-line-clamp: 2; | 5 | -webkit-line-clamp: 2; |
6 | overflow: hidden; | 6 | overflow: hidden; |
7 | + text-overflow: ellipsis; | ||
7 | } | 8 | } |
8 | 9 | ||
9 | .tide-title { | 10 | .tide-title { |
@@ -69,6 +70,7 @@ | @@ -69,6 +70,7 @@ | ||
69 | z-index: 3; | 70 | z-index: 3; |
70 | padding: 0 5px; | 71 | padding: 0 5px; |
71 | -webkit-line-clamp: 1; | 72 | -webkit-line-clamp: 1; |
73 | + word-break: break-all; | ||
72 | font-weight: bold; | 74 | font-weight: bold; |
73 | } | 75 | } |
74 | } | 76 | } |
@@ -126,6 +128,7 @@ | @@ -126,6 +128,7 @@ | ||
126 | 128 | ||
127 | .goods-name { | 129 | .goods-name { |
128 | -webkit-line-clamp: 1; | 130 | -webkit-line-clamp: 1; |
131 | + word-break: break-all; | ||
129 | word-wrap: normal; | 132 | word-wrap: normal; |
130 | } | 133 | } |
131 | 134 |
-
Please register or login to post a comment