Skip to content

Commit 43cea87

Browse files
committed
[FIX] website_sale: correct mobile padding
This commit removes unnecessary mobile padding that misaligns the carousel indicators. task-5126294 closes odoo#232337 X-original-commit: 8aa1799 Signed-off-by: Valeriya Chuprina (vchu) <vchu@odoo.com> Signed-off-by: Laetitia Daubechies (ldau) <ldau@odoo.com>
1 parent 14abe5d commit 43cea87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/website_sale/templates/product_page_templates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@
11591159
>
11601160
<xpath expr="//div[hasclass('o_carousel_product_outer')]" position="before">
11611161
<t t-call="website_sale.carousel_product_indicators">
1162-
<t t-set="indicators_list_class" t-value="'d-flex d-lg-block pe-2'"/>
1162+
<t t-set="indicators_list_class" t-value="'d-flex d-lg-block pe-lg-2'"/>
11631163
</t>
11641164
</xpath>
11651165
<xpath expr="//div[@id='o-carousel-product']" position="attributes">

0 commit comments

Comments
 (0)