[FIX] website_sale: price overlapping product name

In ecommerce products list view, if the product name was
shorter than the product price, than,
the product price overlapped the product description

Besides, this display: inline-block; has no useful utility
(at least not known), and it should be set in a CSS property
anyway
This commit is contained in:
Denis Ledoux 2015-02-12 16:37:37 +01:00
parent f2ab162d31
commit c62be6167a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<!-- Product item used by /shop and /shop/cart -->
<template id="products_item" name="Product item">
<form action="/shop/cart/update" method="post" style="display: inline-block;">
<form action="/shop/cart/update" method="post">
<div itemscope="itemscope" itemtype="http://schema.org/Product">
<div class="ribbon-wrapper">
<div class="ribbon btn btn-danger">Sale</div>