From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 12:39:02 +0000 (+0100) Subject: wait #4001 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d1f80b57ed257319b22879403a3a7d6e0bdc7f6a;p=fluidbook-html5.git wait #4001 @0.5 --- diff --git a/js/libs/fluidbook/cart/fluidbook.cart.puma.js b/js/libs/fluidbook/cart/fluidbook.cart.puma.js index 2078a6bb..79a0014e 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.puma.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.puma.js @@ -83,7 +83,7 @@ FluidbookCartPuma.prototype = { value = '-'; } } - content += '' + value + ''; + content += '' + value + ''; }); content += '' + getSpriteIcon('interface-close') + ''; content += ''; diff --git a/style/cart/puma.less b/style/cart/puma.less index 3cd5853e..abcdd046 100644 --- a/style/cart/puma.less +++ b/style/cart/puma.less @@ -27,6 +27,12 @@ font-size: 11px; text-align: center; + span { + display: block; + max-width: 120px; + white-space: normal; + } + img { max-width: 80px; }