Skip to content

Commit

Permalink
chore: break line of signMessage (#1587)
Browse files Browse the repository at this point in the history
- Closes #1586
  • Loading branch information
LuizAsFight authored Oct 12, 2024
1 parent 1cf2927 commit 3e819df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/perfect-bees-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": patch
---

chore: break line of signMessage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export function SignatureRequest() {
<Text
css={{
width: message.length > 80 ? '800px' : '100%',
wordBreak: 'break-all',
whiteSpace: 'pre-wrap',
wordBreak: 'break-word',
}}
>
{message}
Expand Down

0 comments on commit 3e819df

Please sign in to comment.