Skip to content

Commit 499c7fe

Browse files
committed
fix: correct card input container padding to zero
The card input container should have no padding as the MONEI SDK handles internal spacing. Changed from 0.75em back to 0.
1 parent 9267c10 commit 499c7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
line-height: 1em;
1313
margin: 0 0 0.75em 0;
1414
min-height: 0;
15-
padding: 0.75em;
15+
padding: 0;
1616
width: 100%;
1717
}
1818

0 commit comments

Comments
 (0)