]> _ Git - fluidbook-html5.git/commitdiff
wait #4001 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 12:39:02 +0000 (13:39 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 12:39:02 +0000 (13:39 +0100)
js/libs/fluidbook/cart/fluidbook.cart.puma.js
style/cart/puma.less

index 2078a6bb1ce3d9a610ac5d6390b788be6632d5b4..79a0014e09aa4cd4295b74b6ca27ccfdb8ac6af1 100644 (file)
@@ -83,7 +83,7 @@ FluidbookCartPuma.prototype = {
                         value = '-';
                     }
                 }
-                content += '<td>' + value + '</td>';
+                content += '<td><span>' + value + '</span></td>';
             });
             content += '<td><a href="#" data-cart-delete="' + i + '">' + getSpriteIcon('interface-close') + '</a></td>';
             content += '</tr>';
index 3cd5853e8f6fb9794bbe9c43719718a855fd31fb..abcdd046a8601f42325ec5d41eb204945a8da655 100644 (file)
       font-size: 11px;
       text-align: center;
 
+      span {
+        display: block;
+        max-width: 120px;
+        white-space: normal;
+      }
+
       img {
         max-width: 80px;
       }