Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix order summary line heights
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed May 26, 2020
1 parent dabbdb3 commit 46ac705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/blocks/cart-checkout/checkout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@
padding-left: $gap-large;
padding-top: $gap;
padding-bottom: $gap;
line-height: 1.375;

p,
.wc-block-product-metadata {
line-height: $gap;
line-height: 1.375;
margin-top: #{ ( $gap-large - $gap ) / 2 };
}
}
Expand Down

0 comments on commit 46ac705

Please sign in to comment.