Skip to content

Commit af11e87

Browse files
author
Vasilii
committed
Made configurable product variations table cell label hidden, because they were positioned (absolute) all in on place above the table
1 parent 470fd45 commit af11e87

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/fields/_control-table.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
max-width: 100%;
2626
overflow-x: auto;
2727
overflow-y: hidden;
28+
29+
.admin__control-fields {
30+
.admin__field {
31+
position: relative;
32+
33+
.admin__field-label {
34+
span {
35+
display: none;
36+
}
37+
}
38+
}
39+
}
2840
}
2941

3042
.admin__control-table {

0 commit comments

Comments
 (0)