diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 8a2d105..a627955 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -118,8 +118,8 @@ $this->registerJs ("
код:
цвет:
-
- 0 грн.
+
+ 0 грн. 0 грн.
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 483cff9..40fd08f 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1195,4 +1195,7 @@ ul.product-special li.promo:after { } .irs-min, .irs-max {display: none;} .irs {height: 49px;} -.price_filter.first_price_li {margin-top: 8px;} \ No newline at end of file +.price_filter.first_price_li {margin-top: 8px;} +.product_read_ { + overflow: hidden;width: 100%;white-space: nowrap; +} \ No newline at end of file -- libgit2 0.21.4