Skip to content

Commit bfc187c

Browse files
committed
fix(spp_programs): wrap condition section in div for proper CEL field layout
1 parent 0b46cc2 commit bfc187c

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

spp_programs/views/managers/entitlement_manager_inkind_view.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,18 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
8686
/>
8787
</group>
8888
</group>
89-
<separator string="Condition (Optional)" />
90-
<field
91-
name="condition"
92-
nolabel="1"
93-
widget="domain"
94-
options="{'model': 'res.partner'}"
89+
<separator
90+
string="Condition (Optional)"
91+
class="mt-3"
9592
/>
93+
<div name="condition_section">
94+
<field
95+
name="condition"
96+
nolabel="1"
97+
widget="domain"
98+
options="{'model': 'res.partner'}"
99+
/>
100+
</div>
96101
<group colspan="4" col="4">
97102
<group colspan="2">
98103
<field

0 commit comments

Comments
 (0)