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
 - Merge Pull Request #18790 from ashutoshwebkul/magento2:2.3-develop
 - Merged commits:
   1. 6bb8258
  • Loading branch information
magento-engcom-team committed Oct 25, 2018
2 parents 2e036c4 + 6bb8258 commit 6866e45
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 6866e45

Please sign in to comment.