Skip to content

Commit 8002ed7

Browse files
committed
メッセージはみだしをbreak-allに変更
1 parent aa68681 commit 8002ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/chat/RoomWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export function RoomWindow(props: Props) {
219219
m.creator === myId ? "bg-secondary" : "bg-white"
220220
}`}
221221
>
222-
<p className="whitespace-pre-wrap break-words">
222+
<p className="whitespace-pre-wrap break-all">
223223
{m.content}
224224
</p>
225225
{m.creator === myId && (

0 commit comments

Comments
 (0)