Skip to content

Commit 064b83e

Browse files
ENGCOM-4111: bundle-product-table-data-grouped-alignment :: Bundle product table d… #20963
- Merge Pull Request #20963 from parag2jcommerce/magento2:bundle-product-table-data-grouped-alignment - Merged commits: 1. 3162291 2. ab9bb44
2 parents 2f950e5 + ab9bb44 commit 064b83e

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@
133133
}
134134

135135
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
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-
}
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+
}
145147
}
146-
}
147148
}
148-
}
149149
}
150150

151151
//

0 commit comments

Comments
 (0)