Skip to content

Commit 4db3529

Browse files
authored
Fix margin issue on Safari (#37455)
1 parent 34645b3 commit 4db3529

File tree

1 file changed

+1
-0
lines changed
  • packages/composite-checkout/src/components

1 file changed

+1
-0
lines changed

packages/composite-checkout/src/components/coupon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const ApplyButton = styled( Button )`
8888
right: 4px;
8989
padding: 7px;
9090
animation: ${animateIn} 0.2s ease-out;
91+
margin: 0;
9192
`;
9293

9394
function handleFieldInput( input, setCouponFieldValue, setIsApplyButtonActive, setHasCouponError ) {

0 commit comments

Comments
 (0)