Skip to content

Commit 074e6ab

Browse files
authored
ENGCOM-4111: bundle-product-table-data-grouped-alignment :: Bundle product table d… #20963
2 parents f717df9 + 064b83e commit 074e6ab

File tree

1 file changed

+12
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source

1 file changed

+12
-3
lines changed

app/design/frontend/Magento/luma/Magento_GroupedProduct/web/css/source/_module.less

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,18 @@
133133
}
134134

135135
.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);
136+
.product-add-form {
137+
.table-wrapper.grouped {
138+
.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+
}
139148
}
140149
}
141150

0 commit comments

Comments
 (0)