Skip to content

Commit

Permalink
Made configurable product variations table cell label hidden, because…
Browse files Browse the repository at this point in the history
… they were positioned (absolute) all in on place above the table
  • Loading branch information
Vasilii committed Jan 23, 2019
1 parent 470fd45 commit af11e87
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;

.admin__control-fields {
.admin__field {
position: relative;

.admin__field-label {
span {
display: none;
}
}
}
}
}

.admin__control-table {
Expand Down

0 comments on commit af11e87

Please sign in to comment.