We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f717df9 + 064b83e commit 074e6abCopy full SHA for 074e6ab
app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less
@@ -133,9 +133,18 @@
133
}
134
135
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
136
- .table-wrapper.grouped {
137
- .lib-css(margin-left, -@layout__width-xs-indent);
138
- .lib-css(margin-right, -@layout__width-xs-indent);
+ .product-add-form {
+ .table-wrapper.grouped {
+ .lib-css(margin-left, -@layout__width-xs-indent);
139
+ .lib-css(margin-right, -@layout__width-xs-indent);
140
+ .table.data.grouped {
141
+ tr {
142
+ td {
143
+ padding: 5px 10px 5px 15px;
144
+ }
145
146
147
148
149
150
0 commit comments