Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 16, 2024
1 parent d872f17 commit bbc5370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,12 @@ function App() {
<div
style={{
color: 'black',
textWrap: 'wrap',
}}
>
<p>Signed Message:</p>
<p>{signedMessage}</p>
<p style={{ textWrap: 'wrap' }}>
{signedMessage}
</p>
</div>
)}
<div className="test-functions">
Expand Down

0 comments on commit bbc5370

Please sign in to comment.