Skip to content

Commit

Permalink
ENGCOM-3766: Fix issue 19052- Position order showing before the text …
Browse files Browse the repository at this point in the history
…box #19056

 - Merge Pull Request #19056 from speedy008/magento2:fix-issue-19052
 - Merged commits:
   1. 9e1459a
  • Loading branch information
magento-engcom-team committed Jan 3, 2019
2 parents f34f1f0 + 9e1459a commit 6219dfe
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
}
}

.catalog-category-edit {
.admin__grid-control {
.admin__grid-control-value {
display: none;
}
}
}

.product-composite-configure-inner {
.admin__control-text {
&.qty {
Expand Down

0 comments on commit 6219dfe

Please sign in to comment.