Skip to content

Commit

Permalink
Merge pull request #13531 from brave/f/wallet/pre-wrap-sign-msg-text
Browse files Browse the repository at this point in the history
Preserve whitespace in signature message text
  • Loading branch information
onyb authored May 31, 2022
2 parents b1b14cd + b97fe84 commit 43d559a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const MessageText = styled.span`
text-align: left;
color: ${(p) => p.theme.color.text02};
word-break: break-word;
white-space: pre-wrap;
`

export const ButtonRow = styled.div`
Expand Down

0 comments on commit 43d559a

Please sign in to comment.