Skip to content

Commit b79f492

Browse files
ENGCOM-3798: [Forwardport] Fix issue 19052- Position order showing before the text box #20094
- Merge Pull Request #20094 from davidverholen/magento2:2.3-develop-PR-port-19056 - Merged commits: 1. 53943f8
2 parents 908a6bb + 53943f8 commit b79f492

File tree

1 file changed

+8
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source

1 file changed

+8
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Catalog/web/css/source/_module.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
}
1616
}
1717

18+
.catalog-category-edit {
19+
.admin__grid-control {
20+
.admin__grid-control-value {
21+
display: none;
22+
}
23+
}
24+
}
25+
1826
.product-composite-configure-inner {
1927
.admin__control-text {
2028
&.qty {

0 commit comments

Comments
 (0)