diff --git a/ui/src/styles/components.css b/ui/src/styles/components.css index 4edba864cd3..903b221aa66 100644 --- a/ui/src/styles/components.css +++ b/ui/src/styles/components.css @@ -2471,8 +2471,8 @@ /* Chat text */ .chat-text { - overflow-wrap: anywhere; - word-break: break-word; + overflow-wrap: break-word; + word-break: normal; color: var(--chat-text); line-height: 1.5; }