We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8b9db commit 0d1fe3cCopy full SHA for 0d1fe3c
addons/sale/static/src/js/uom_selector/uom_selector.xml
@@ -2,15 +2,15 @@
2
<templates xml:space="preserve">
3
4
<t t-name="sale.UoMSelector">
5
- <div class="d-flex flex-column flex-lg-row gap-2 mb-2">
+ <div class="d-flex flex-column flex-lg-row align-items-center gap-2 mb-2">
6
<label t-out="getTitle()" class="fw-bold text-break col-lg-3"/>
7
<ul class="list-inline list-unstyled flex-grow-1 mb-0">
8
<li
9
t-foreach="this.props.uom_data"
10
t-as="uom"
11
t-key="`${this.props.product_tmpl_id}-${uom}`"
12
t-att-class="{'active': uom == props.uom_id}"
13
- class="list-inline-item"
+ class="o_sale_product_configurator_ptav_pills list-inline-item"
14
>
15
<label
16
class="btn btn-outline-secondary"
0 commit comments