FEAT: Added HttpOnly to protect session

FEAT: VideoPage chat text now wraps around
This commit is contained in:
JustIceO7
2025-02-18 21:28:53 +00:00
parent c1dd21c0e2
commit 46645b74d7
2 changed files with 3 additions and 1 deletions

View File

@@ -177,7 +177,7 @@ const ChatPanel: React.FC<ChatPanelProps> = ({
</span>
</div>
{/* Message content */}
<div className="w-full text-[0.9em] mt-0.5em flex flex-col overflow-hidden">
<div className="w-full text-[0.9em] mt-0.5em flex flex-col overflow-hidden break-words">
{msg.message}
</div>
</div>