Skip to content

Commit

Permalink
ENGCOM-4311: Fixed product advanced pricing design issue #21229
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 19, 2019
2 parents b16da4e + 7333fc8 commit aa0d326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@

& > .admin__field-label {
#mix-grid .column(@field-label-grid__column, @field-grid__columns);
background: @color-white;
cursor: pointer;
left: 0;
position: absolute;
Expand Down

0 comments on commit aa0d326

Please sign in to comment.