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

 - Merge Pull Request #20155 from ajay2jcommerce/magento2:My-account-page-Recently-Ordered-check-box-misaligned-on-tab-portrait-view
 - Merged commits:
   1. 5515f7e
   2. 15ddead
   3. 12c7e05
   4. 57df489
  • Loading branch information
magento-engcom-team committed Feb 7, 2019
2 parents b46b8be + 57df489 commit b5ab30d
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 b5ab30d

Please sign in to comment.