Fix word-break issue in chatMessage component
This commit is contained in:
parent
2920e69593
commit
83a05589ca
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ dark:prose-invert"
|
|||
</>
|
||||
) : (
|
||||
<span
|
||||
className="prose text-primary word-break-break-word dark:prose-invert"
|
||||
data-testid={
|
||||
"chat-message-" + chat.sender_name + "-" + chatMessage
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue