Skip to content

Commit 0d1fe3c

Browse files
committed
[IMP] sale: design UOM in configurator
1 parent ca8b9db commit 0d1fe3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/sale/static/src/js/uom_selector/uom_selector.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<templates xml:space="preserve">
33

44
<t t-name="sale.UoMSelector">
5-
<div class="d-flex flex-column flex-lg-row gap-2 mb-2">
5+
<div class="d-flex flex-column flex-lg-row align-items-center gap-2 mb-2">
66
<label t-out="getTitle()" class="fw-bold text-break col-lg-3"/>
77
<ul class="list-inline list-unstyled flex-grow-1 mb-0">
88
<li
99
t-foreach="this.props.uom_data"
1010
t-as="uom"
1111
t-key="`${this.props.product_tmpl_id}-${uom}`"
1212
t-att-class="{'active': uom == props.uom_id}"
13-
class="list-inline-item"
13+
class="o_sale_product_configurator_ptav_pills list-inline-item"
1414
>
1515
<label
1616
class="btn btn-outline-secondary"

0 commit comments

Comments
 (0)