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
  • Loading branch information
sidolov authored Feb 14, 2019
2 parents f717df9 + 064b83e commit 074e6ab
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,18 @@
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.table-wrapper.grouped {
.lib-css(margin-left, -@layout__width-xs-indent);
.lib-css(margin-right, -@layout__width-xs-indent);
.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 074e6ab

Please sign in to comment.