Skip to content

Commit

Permalink
Fixed product options alignment in minicart
Browse files Browse the repository at this point in the history
  • Loading branch information
mage2pratik committed Jan 23, 2019
1 parent b46a307 commit fb38437
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,15 @@
.details-qty {
margin-top: @indent__s;
}

.product {
.options {
&.list {
&:extend(.abs-product-options-list all);
&:extend(.abs-add-clearfix all);
}
}
}
}

.product {
Expand Down

0 comments on commit fb38437

Please sign in to comment.