mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] *: adapt s_banner snippet customization to text column increase
task-fp closes odoo/design-themes#1115 Related: odoo/odoo#218853 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</xpath>
|
||||
<!-- Remove panels -->
|
||||
<xpath expr="(//div[hasclass('o_grid_item_image')])[2]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('col-lg-5')]" position="replace"/>
|
||||
<xpath expr="//div[hasclass('col-lg-5')][2]" position="replace"/>
|
||||
<!-- Image Layout -->
|
||||
<xpath expr="//div[hasclass('o_grid_item_image')]" position="attributes">
|
||||
<attribute name="class" add="g-col-lg-6 col-lg-6" remove="o_grid_item g-col-lg-4 col-lg-4" separator=" "/>
|
||||
|
||||
Reference in New Issue
Block a user