We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcfffd commit 92f8094Copy full SHA for 92f8094
assets/css/monei-blocks-checkout.css
@@ -70,6 +70,7 @@
70
.monei-label-container {
71
display: flex;
72
align-items: center;
73
+ gap: 1em
74
}
75
76
.monei-text {
@@ -82,7 +83,6 @@
82
83
84
gap: 0.3125em;
85
flex-wrap: wrap;
- margin-left: 0.5em;
86
87
88
.monei-card-brands img,
@@ -152,13 +152,9 @@
152
min-height: 3.75em;
153
154
155
- .monei-card-brands {
156
- margin-left: 0;
157
- margin-top: 0.5em;
158
- }
159
-
160
161
flex-direction: column;
162
align-items: flex-start;
+ gap: 0.3em;
163
164
0 commit comments