Skip to content

Commit c7fabb9

Browse files
committed
fix: resolve conflicting CSS margin/padding properties
1 parent 3fd55a1 commit c7fabb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* Card Input Container */
22
.monei-card-input {
3-
padding: 0.75em;
43
transition: border-color 0.2s ease;
5-
margin-bottom: 0.75em;
64
background-color: #fff;
75
border: 0.0625em solid hsla(0, 0%, 7%, .8);
86
border-radius: 0.25em;
@@ -12,9 +10,9 @@
1210
font-size: 1em;
1311
height: 3.125em;
1412
line-height: 1em;
15-
margin: 0;
13+
margin: 0 0 0.75em 0;
1614
min-height: 0;
17-
padding: 0;
15+
padding: 0.75em;
1816
width: 100%;
1917
}
2018

0 commit comments

Comments
 (0)