Skip to content

Commit

Permalink
ENGCOM-4168: My-account-page-Recently-Ordered-check-box-misaligned-on…
Browse files Browse the repository at this point in the history
…-tab-portrait… #20155
  • Loading branch information
sidolov authored Feb 11, 2019
2 parents 705d21e + b5ab30d commit f53fe49
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,16 +343,22 @@
}

.product-item-name {
display: inline-block;
float: left;
width: calc(100% - 20px);
}
.product-item::after{
clear: both;
content: "";
display: table;
}

.product-item {
.label {
&:extend(.abs-visually-hidden all);
}

.field.item {
display: inline-block;
float: left;
width: 20px;
}
}
}
Expand Down

0 comments on commit f53fe49

Please sign in to comment.