[FIX] theme_cobalt, theme_paptic: add some missing image classes

In some theme customizations, some replaced images do not have the usual
image classes `img img-fluid mx-auto` anymore. The `img-fluid` one is
needed for grid images in mobile view, as they are overflowing without
it.

This commit adds these missing classes on the identified problematic
images.

closes odoo/design-themes#997

X-original-commit: c5adf9a903
Related: odoo/odoo#185398
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Soukéina Bojabza
2024-10-09 16:54:16 +00:00
parent f8612d755a
commit a2d1e2be6c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
<div class="row">
<div class="o_colored_level col-lg-6"/>
<div class="o_colored_level col-lg-6">
<img src="/web_editor/shape/theme_paptic/s_cover_person.svg?c1=o-color-1" style="width: 100%;" alt="Man waiting at the airport"/>
<img src="/web_editor/shape/theme_paptic/s_cover_person.svg?c1=o-color-1" class="img img-fluid mx-auto" style="width: 100%;" alt="Man waiting at the airport"/>
</div>
</div>
</xpath>