Merge branch 'feature/shoppingCart' into release/5.4.1
Showing
1 changed file
with
5 additions
and
1 deletions
@@ -998,7 +998,11 @@ | @@ -998,7 +998,11 @@ | ||
998 | line-height: 14px; | 998 | line-height: 14px; |
999 | font-size: 14px; | 999 | font-size: 14px; |
1000 | color: #b0b0b0; | 1000 | color: #b0b0b0; |
1001 | - max-width: 160px; | 1001 | + max-width: 180px; |
1002 | + position: absolute; | ||
1003 | + overflow: hidden; | ||
1004 | + text-overflow: ellipsis; | ||
1005 | + white-space: nowrap; | ||
1002 | .color { | 1006 | .color { |
1003 | display: inline-block; | 1007 | display: inline-block; |
1004 | width: 50px; | 1008 | width: 50px; |
-
Please register or login to post a comment