Skip to content

Commit 34ae72d

Browse files
ashutoshgelanivishal
ashutosh
authored andcommitted
fixed Product Advanced Pricing design issue magento#18775
1 parent 0f57a30 commit 34ae72d

File tree

1 file changed

+5
-3
lines changed
  • app/code/Magento/Ui/view/base/web/templates/form

1 file changed

+5
-3
lines changed

app/code/Magento/Ui/view/base/web/templates/form/field.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
visible="visible"
99
css="$data.additionalClasses"
1010
attr="'data-index': index">
11-
<label class="admin__field-label" if="$data.label" visible="$data.labelVisible" attr="for: uid">
12-
<span translate="label" attr="'data-config-scope': $data.scopeLabel"/>
13-
</label>
11+
<div class="admin__field-label" visible="$data.labelVisible">
12+
<label if="$data.label" attr="for: uid">
13+
<span translate="label" attr="'data-config-scope': $data.scopeLabel" />
14+
</label>
15+
</div>
1416
<div class="admin__field-control"
1517
css="'_with-tooltip': $data.tooltip, '_with-reset': $data.showFallbackReset && $data.isDifferedFromDefault">
1618
<render args="elementTmpl" ifnot="hasAddons()"/>

0 commit comments

Comments
 (0)