Skip to content

Commit

Permalink
bundle-product-table-data-grouped-alignment :: Bundle product table d…
Browse files Browse the repository at this point in the history
…ata grouped alignment in mobile view
  • Loading branch information
Parag Chavare committed Feb 4, 2019
1 parent 2f30dde commit 3162291
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +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);
.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 3162291

Please sign in to comment.