Skip to content

Commit 9267c10

Browse files
committed
style: prevent payment method title text from wrapping
Add white-space: nowrap to .monei-text to keep payment method titles on a single line for better readability and layout consistency
1 parent 903f01c commit 9267c10

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
@@ -75,6 +75,7 @@
7575

7676
.monei-text {
7777
font-weight: 500;
78+
white-space: nowrap;
7879
}
7980

8081
.monei-card-brands {

0 commit comments

Comments
 (0)