Skip to content

Commit 6866e45

Browse files
ENGCOM-3267: fixed Product Advanced Pricing design issue #18775 #18790
- Merge Pull Request #18790 from ashutoshwebkul/magento2:2.3-develop - Merged commits: 1. 6bb8258
2 parents 2e036c4 + 6bb8258 commit 6866e45

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
visible="visible"
99
css="$data.additionalClasses"
1010
attr="'data-index': index">
11-
<div class="admin__field-label">
12-
<label if="$data.label" visible="$data.labelVisible" attr="for: uid">
11+
<div class="admin__field-label" visible="$data.labelVisible">
12+
<label if="$data.label" attr="for: uid">
1313
<span translate="label" attr="'data-config-scope': $data.scopeLabel" />
1414
</label>
1515
</div>

0 commit comments

Comments
 (0)