Fix Studio user-message overflow for long unbroken text (#7100)
This commit is contained in:
parent
c570180a32
commit
cc8599207c
1 changed files with 1 additions and 1 deletions
|
|
@ -4006,7 +4006,7 @@ const UserMessage: FC = () => {
|
|||
<UserMessageAudio />
|
||||
|
||||
<div className="aui-user-message-content-wrapper flex max-w-[80%] min-w-0 flex-col items-end">
|
||||
<div className="aui-user-message-content wrap-break-word w-fit rounded-[24px] bg-[#f5f5f5] px-4 py-2.5 text-[#0d0d0d] dark:text-foreground dark:bg-card">
|
||||
<div className="aui-user-message-content wrap-break-word w-fit max-w-full rounded-[24px] bg-[#f5f5f5] px-4 py-2.5 text-[#0d0d0d] dark:text-foreground dark:bg-card">
|
||||
<MessagePrimitive.Parts />
|
||||
</div>
|
||||
<div className="mt-1 -mr-[var(--icon-btn-inset)] flex min-h-8 items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue