Skip to content

Commit 568ea89

Browse files
committed
fix(chat): break words
1 parent 031a079 commit 568ea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/components/GameHud.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default function GameHud({
191191
: 'bg-gray-700 bg-opacity-30'
192192
}`}
193193
>
194-
<p className="text-sm">
194+
<p className="text-sm break-words">
195195
<span
196196
className={`font-medium ${
197197
messageComponent.messageType === SerializedMessageType.TARGETED_CHAT

0 commit comments

Comments
 (0)