Skip to content

Commit

Permalink
Fix TestText break lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Aug 19, 2024
1 parent 0a41f07 commit ee81a89
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/react/src/TestText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ export const TestText = () => {
<span id='raw' className='text-xs break-words text-wrap relative'>
Try copy & paste some of text below into the editor. <br />
Hello {TEST_NPROFILE_1}
<br />
{' '}
{TEST_NPROFILE_2}
<br />
{' '}
{TEST_NPROFILE_3}
<br />
{' '}
{TEST_NEVENT_1}
<br />
{' '}
{TEST_NPUB}
{' '}
<br />
{TEST_NADDR}
<br />
Expand Down

0 comments on commit ee81a89

Please sign in to comment.