Skip to content

Commit

Permalink
ENGCOM-4111: bundle-product-table-data-grouped-alignment :: Bundle pr…
Browse files Browse the repository at this point in the history
…oduct table d… #20963

 - Merge Pull Request #20963 from parag2jcommerce/magento2:bundle-product-table-data-grouped-alignment
 - Merged commits:
   1. 3162291
   2. ab9bb44
  • Loading branch information
magento-engcom-team committed Feb 5, 2019
2 parents 2f950e5 + ab9bb44 commit 064b83e
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,19 @@
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.product-add-form{
.table-wrapper.grouped {
.lib-css(margin-left, -@layout__width-xs-indent);
.lib-css(margin-right, -@layout__width-xs-indent);
.table.data.grouped{
tr{
td{
padding: 5px 10px 5px 15px;
}
.product-add-form {
.table-wrapper.grouped {
.lib-css(margin-left, -@layout__width-xs-indent);
.lib-css(margin-right, -@layout__width-xs-indent);
.table.data.grouped {
tr {
td {
padding: 5px 10px 5px 15px;
}
}
}
}
}
}
}
}

//
Expand Down

0 comments on commit 064b83e

Please sign in to comment.