Skip to content

Commit 903f01c

Browse files
committed
style: make card brand icons responsive with flex-wrap
Add flex-wrap: wrap to .monei-card-brands to allow icons to wrap on smaller screens, matching Magento implementation. Prevents overflow or cutoff of card brand icons when space is limited.
1 parent c7fabb9 commit 903f01c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
display: inline-flex;
8282
align-items: center;
8383
gap: 0.3125em;
84+
flex-wrap: wrap;
8485
}
8586

8687
.monei-card-brands img,

0 commit comments

Comments
 (0)