Showing
1 changed file
with
6 additions
and
0 deletions
@@ -185,6 +185,12 @@ | @@ -185,6 +185,12 @@ | ||
185 | .name { | 185 | .name { |
186 | font-size: 28rem / $pxConvertRem; | 186 | font-size: 28rem / $pxConvertRem; |
187 | max-width: 70%; | 187 | max-width: 70%; |
188 | + text-overflow: -o-ellipsis-lastline; | ||
189 | + overflow: hidden; | ||
190 | + text-overflow: ellipsis; | ||
191 | + display: -webkit-box; | ||
192 | + -webkit-line-clamp: 2; | ||
193 | + -webkit-box-orient: vertical; | ||
188 | } | 194 | } |
189 | 195 | ||
190 | .row:nth-child(2) { | 196 | .row:nth-child(2) { |
-
Please register or login to post a comment