Skip to content

Commit 8aa1799

Browse files
committed
[FIX] website_sale: correct mobile padding
This commit removes unnecessary mobile padding that misaligns the carousel indicators. task-5126294 closes odoo#229319 Signed-off-by: Valeriya Chuprina (vchu) <vchu@odoo.com>
1 parent 555dfbd commit 8aa1799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/website_sale/views/templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4332,7 +4332,7 @@
43324332
<template id="carousel_product_indicators_left" inherit_id="website_sale.shop_product_carousel" name="Carousel Product Indicators Left">
43334333
<xpath expr="//div[hasclass('o_carousel_product_outer')]" position="before">
43344334
<t t-call="website_sale.carousel_product_indicators">
4335-
<t t-set="indicators_list_class" t-value="'d-flex d-lg-block pe-2'"/>
4335+
<t t-set="indicators_list_class" t-value="'d-flex d-lg-block pe-lg-2'"/>
43364336
</t>
43374337
</xpath>
43384338
<xpath expr="//div[@id='o-carousel-product']" position="attributes">

0 commit comments

Comments
 (0)