There was an error while loading. Please reload this page.
1 parent 8b84199 commit f59d6d9Copy full SHA for f59d6d9
1 file changed
packages/ui/src/components/Checkout/CheckoutForm.tsx
@@ -109,7 +109,15 @@ const AppliedPromoCodeRow = () => {
109
aria-label={t(localizationKeys('billing.checkout.removePromoCode'))}
110
isDisabled={isLoading}
111
onClick={() => void updatePromoCode('')}
112
- sx={{ padding: 0 }}
+ sx={{
113
+ padding: 0,
114
+ position: 'relative',
115
+ '&::after': {
116
+ content: '""',
117
+ position: 'absolute',
118
+ inset: '-18px',
119
+ },
120
+ }}
121
>
122
<Icon
123
icon={Close}
0 commit comments