Skip to content

Commit

Permalink
Make payment details amount nowrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
shendy-a8c committed Dec 2, 2024
1 parent afa3be1 commit d7e3f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/payment-details/summary/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
align-items: center;

.payment-details-summary__amount-currency {
Expand Down

0 comments on commit d7e3f98

Please sign in to comment.