Skip to content

Commit 1ef97b6

Browse files
committed
fix: improve payment method label spacing
1 parent 7f2cf64 commit 1ef97b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
.monei-label-container {
7171
display: flex;
7272
align-items: center;
73-
gap: 0.5em;
7473
}
7574

7675
.monei-text {
@@ -83,6 +82,7 @@
8382
align-items: center;
8483
gap: 0.3125em;
8584
flex-wrap: wrap;
85+
margin-left: 0.5em;
8686
}
8787

8888
.monei-card-brands img,
@@ -153,7 +153,8 @@
153153
}
154154

155155
.monei-card-brands {
156-
margin-left: auto;
156+
margin-left: 0;
157+
margin-top: 0.5em;
157158
}
158159

159160
.monei-label-container {

0 commit comments

Comments
 (0)