Skip to content

Commit

Permalink
Fix word break in payment agent contant details (#5953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid committed Sep 16, 2022
1 parent d539afb commit b6440a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
color: var(--brand-red-coral);
font-weight: bold;
font-size: var(--text-size-xs);
word-wrap: break-word;

@include mobile {
padding-left: 0;
}
Expand Down

1 comment on commit b6440a6

@vercel
Copy link

@vercel vercel bot commented on b6440a6 Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app-git-master.binary.sx
deriv-app.binary.sx

Please sign in to comment.