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

Commit

Permalink
Fix Checkout block stepped sections numbers overlapping (#9497)
Browse files Browse the repository at this point in the history
- Fix the padding for checkout-step component
  • Loading branch information
Tarun Vijwani authored May 22, 2023
1 parent 2b0a937 commit 81f8dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.wc-block-components-form .wc-block-components-checkout-step {
position: relative;
border: none;
padding: 0 0 0 $gap-large;
padding: 0 0 0 $gap-larger;
background: none;
margin: 0;

Expand Down

0 comments on commit 81f8dd9

Please sign in to comment.