Showing
1 changed file
with
6 additions
and
0 deletions
@@ -34,6 +34,12 @@ $shop-width-3: 187px; | @@ -34,6 +34,12 @@ $shop-width-3: 187px; | ||
34 | 34 | ||
35 | .shop-name { | 35 | .shop-name { |
36 | font-size: 24px; | 36 | font-size: 24px; |
37 | + margin-left: 5px; | ||
38 | + white-space: nowrap; | ||
39 | + width: 73%; | ||
40 | + overflow: hidden; | ||
41 | + text-overflow: ellipsis; | ||
42 | + display: block; | ||
37 | } | 43 | } |
38 | 44 | ||
39 | &.shop-two { | 45 | &.shop-two { |
-
Please register or login to post a comment