fix: update span class for improved whitespace handling
This commit is contained in:
parent
2ec185364e
commit
f2f70ecd47
|
|
@ -110,7 +110,7 @@ export const TokenizedText = ({ input }: { input: React.ReactNode }) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<span key={key} className="inline-block whitespace-pre-wrap" style={ANIMATION_STYLE}>
|
||||
<span key={key} className="inline whitespace-pre-wrap" style={ANIMATION_STYLE}>
|
||||
{text}
|
||||
</span>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue