Skip to content

Commit

Permalink
issue fixed #20143 My account page "Recently Ordered" check box misal…
Browse files Browse the repository at this point in the history
…igned on tab portrait view

@ajay2jcommerce this is fine now.
  • Loading branch information
cedarvinda authored Jan 10, 2019
1 parent 5515f7e commit 15ddead
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 15ddead

Please sign in to comment.