Skip to content

Commit

Permalink
Fix issue 19052- Position order showing before the text box
Browse files Browse the repository at this point in the history
  • Loading branch information
speedy008 committed Nov 22, 2018
1 parent 301d73d commit 9e1459a
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 9e1459a

Please sign in to comment.