Skip to content

Commit 44318bf

Browse files
authored
ENGCOM-3798: [Forwardport] Fix issue 19052- Position order showing before the text box #20094
2 parents 3561da7 + 47a9c8f commit 44318bf

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)