Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
My-account-page-Recently-Ordered-check-box-misaligned-on-tab-portrait…
Browse files Browse the repository at this point in the history
…-view
  • Loading branch information
Ajay committed Feb 7, 2019
2 parents 12c7e05 + 15ddead commit 57df489
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,22 @@
}

.product-item-name {
display: inline-block;
width: 80%;
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 57df489

Please sign in to comment.