From 07b0b0f702beb4f3eaed0bfc1d1cc893fc4631b7 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 16 Jul 2025 20:58:42 +0900 Subject: [PATCH] fix css --- oauth/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth/src/App.css b/oauth/src/App.css index 54402e0..a9d85e5 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -1337,7 +1337,7 @@ body { .message-content { color: var(--text); line-height: 1.5; - word-wrap: break-word; + word-wrap: anywhere; } /* Markdown styles */