Update styling for chat message component
This commit is contained in:
parent
aba03088a4
commit
1b96910623
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default function ChatMessage({
|
|||
>
|
||||
<div
|
||||
className={classNames(
|
||||
"mr-3 mt-1 flex max-w-24 flex-col items-center gap-1 overflow-hidden px-3 pb-3"
|
||||
"mr-3 mt-1 flex w-24 flex-col items-center gap-1 overflow-hidden px-3 pb-3"
|
||||
)}
|
||||
>
|
||||
<div className="flex flex-col items-center gap-1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue