diff --git a/modules/blockcart/blockcart.css b/modules/blockcart/blockcart.css index efa2ab676..9ff9429ea 100644 --- a/modules/blockcart/blockcart.css +++ b/modules/blockcart/blockcart.css @@ -37,7 +37,7 @@ #cart_block .quantity-formated { display:inline-block; margin-right:5px; - min-width:18px; + min-width:15px; vertical-align: top; } #cart_block .cart_block_product_name {font-weight:bold} diff --git a/themes/default/modules/blockcart/blockcart.tpl b/themes/default/modules/blockcart/blockcart.tpl index 725ddd8f8..41517bd9e 100644 --- a/themes/default/modules/blockcart/blockcart.tpl +++ b/themes/default/modules/blockcart/blockcart.tpl @@ -68,10 +68,7 @@ var generated_date = {$smarty.now|intval}; {assign var='productId' value=$product.id_product} {assign var='productAttributeId' value=$product.id_product_attribute}