diff options
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 802ee6b6..6a61be1b 100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -167,7 +167,7 @@ var ProductView = ScrollableView.extend({ this.$price.html(price) this.$body.html(body) - this.$productHeader.toggleClass("wide", title.length > 30) + this.$productHeader.toggleClass("wide", title.length > 48) var fits_large = !! this.fitLargeCodes[this.code] app.product.$fit.toggle( fits_large ) |
