From d1f80b57ed257319b22879403a3a7d6e0bdc7f6a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 13:39:02 +0100 Subject: [PATCH] wait #4001 @0.5 --- js/libs/fluidbook/cart/fluidbook.cart.puma.js | 2 +- style/cart/puma.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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; } -- 2.39.5