From 3091c1dee296cdae1ab649f2b1a80011773b9609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souk=C3=A9ina=20Bojabza?= Date: Fri, 7 Oct 2022 16:00:32 +0000 Subject: [PATCH] [FIX] theme_clean: remove the `content` class from the Carousel rows In [1], in master, the `content` class is removed from the elements with the `row` class in the Carousel snippet. This commit does the same for the extension of Carousel in the "Clean" theme, to be consistent with these changes. [1]: https://github.com/odoo/odoo/pull/102696 task-3011192 closes odoo/design-themes#603 Related: odoo/odoo#102696 Signed-off-by: Vray Benjamin (bvr) --- theme_clean/views/snippets/s_carousel.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme_clean/views/snippets/s_carousel.xml b/theme_clean/views/snippets/s_carousel.xml index 8e512e1a1..e1f4eaade 100644 --- a/theme_clean/views/snippets/s_carousel.xml +++ b/theme_clean/views/snippets/s_carousel.xml @@ -2,6 +2,9 @@