File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export function Demo() {
24
24
onChange = { e => setHello ( e . target . value || null ) }
25
25
data-interacted = { Boolean ( hello ) }
26
26
/>
27
- < p > Hello, { hello || 'anonymous visitor' } !</ p >
27
+ < p className = "break-all" > Hello, { hello || 'anonymous visitor' } !</ p >
28
28
</ >
29
29
)
30
30
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function Demo() {
28
28
<>
29
29
<input value = { name || ' ' } onChange = { e => setName (e .target .value )} />
30
30
<button onClick = { () => setName (null )} >Clear</button >
31
- <p >Hello, { name || ' anonymous visitor' } !</p >
31
+ <p className = " break-all " >Hello, { name || ' anonymous visitor' } !</p >
32
32
</>
33
33
)
34
34
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export function Demo() {
25
25
onChange = { e => setHello ( e . target . value || null ) }
26
26
data-interacted = { Boolean ( hello ) }
27
27
/>
28
- < p > Hello, { hello || 'anonymous visitor' } !</ p >
28
+ < p className = "break-all" > Hello, { hello || 'anonymous visitor' } !</ p >
29
29
</ >
30
30
)
31
31
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export async function LandingDemo() {
21
21
< div className = "mb-4 h-[136px] animate-pulse rounded bg-zinc-50 dark:bg-zinc-900 sm:h-10" />
22
22
}
23
23
>
24
- < div className = "mb-4 flex flex-col gap-4 sm:flex-row sm:items-center " >
24
+ < div className = "mb-4 flex flex-col gap-4 items-start sm:flex-row " >
25
25
< Demo />
26
26
< LookAtTheURL />
27
27
</ div >
You can’t perform that action at this time.
0 commit comments