We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f57a30 commit 34ae72dCopy full SHA for 34ae72d
app/code/Magento/Ui/view/base/web/templates/form/field.html
@@ -8,9 +8,11 @@
8
visible="visible"
9
css="$data.additionalClasses"
10
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>
+ <div class="admin__field-label" visible="$data.labelVisible">
+ <label if="$data.label" attr="for: uid">
+ <span translate="label" attr="'data-config-scope': $data.scopeLabel" />
14
+ </label>
15
+ </div>
16
<div class="admin__field-control"
17
css="'_with-tooltip': $data.tooltip, '_with-reset': $data.showFallbackReset && $data.isDifferedFromDefault">
18
<render args="elementTmpl" ifnot="hasAddons()"/>
0 commit comments