Skip to content

Commit

Permalink
ENGCOM-3267: fixed Product Advanced Pricing design issue #18775 #18790
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Oct 26, 2018
2 parents 12ccb78 + 6866e45 commit 015b131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Ui/view/base/web/templates/form/field.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
visible="visible"
css="$data.additionalClasses"
attr="'data-index': index">
<div class="admin__field-label">
<label if="$data.label" visible="$data.labelVisible" attr="for: uid">
<div class="admin__field-label" visible="$data.labelVisible">
<label if="$data.label" attr="for: uid">
<span translate="label" attr="'data-config-scope': $data.scopeLabel" />
</label>
</div>
Expand Down

0 comments on commit 015b131

Please sign in to comment.