mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_*: remove mb-2 class on orphan buttons
*: anelusia, artists, aviato, graphene, kiddo, loftspace, monglia, notes, odoo_experts, paptic, test_custo, yes The community PR [125824] introduces an automatic check on buttons to add the `mb-2` class when several buttons follow each other, so that they have space to breathe when split on multiple lines. For consistency, this commit therefore removes most `mb-2` occurrences on buttons within themes as long as they are alone on their line, but keeps or adds the class when several buttons are next to each other. [125824]: https://github.com/odoo/odoo/pull/125824 task-3369604 closes odoo/design-themes#680 Related: odoo/odoo#125824 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
<h3 style="text-align: center;">2,000 parents<br/> brought their kid to our nursery.</h3>
|
||||
<p style="text-align: center;">Entrust us with your children and go to work with peace of mind</p>
|
||||
<p><br/></p>
|
||||
<p style="text-align: center;"><a t-att-href="cta_btn_href" class="btn btn-primary btn-lg mb-2"><t t-esc="cta_btn_text">Contact us</t></a></p>
|
||||
<p style="text-align: center;"><a t-att-href="cta_btn_href" class="btn btn-primary btn-lg"><t t-esc="cta_btn_text">Contact us</t></a></p>
|
||||
</div>
|
||||
</xpath>
|
||||
|
||||
|
||||
<!-- Remove last column with button -->
|
||||
<xpath expr="//div[hasclass('col-lg-3')]" position="replace"/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user