Merge branch 'master' of github.com:ItzCrazyKns/Perplexica

This commit is contained in:
Willie Zutz 2025-03-06 22:03:19 -07:00
commit e0817d1008
5 changed files with 52 additions and 23 deletions

View file

@ -78,7 +78,7 @@ const MessageBox = ({
return (
<div>
{message.role === 'user' && (
<div className={cn('w-full', messageIndex === 0 ? 'pt-16' : 'pt-8')}>
<div className={cn('w-full', messageIndex === 0 ? 'pt-16' : 'pt-8', 'break-words')}>
<h2 className="text-black dark:text-white font-medium text-3xl lg:w-9/12">
{message.content}
</h2>