From f8c49771075e1169468ff58fe73817c6a6325a5e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 2 Apr 2017 20:34:12 +0200 Subject: wide if longer than 48 charas --- StoneIsland/www/js/lib/products/ProductView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StoneIsland/www/js/lib/products/ProductView.js') 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 ) -- cgit v1.2.3-70-g09d2