Skip to content

Commit

Permalink
ENGCOM-4111: Static test fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Feb 5, 2019
1 parent 3162291 commit ab9bb44
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 ab9bb44

Please sign in to comment.