Skip to content

Commit

Permalink
Fixed checkout page product options alignment in order summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mage2pratik committed Jan 9, 2019
1 parent 6b69fa1 commit b46a307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -118,6 +118,10 @@

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

Expand Down
Expand Up @@ -118,6 +118,10 @@

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

Expand Down

0 comments on commit b46a307

Please sign in to comment.