style(chatMessage): add full width to chat message container
This commit is contained in:
parent
553ba98337
commit
01c23d6d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function ChatMessage({ chat }: { chat: ChatMessageType }) {
|
|||
</div>
|
||||
{!chat.isSend ? (
|
||||
<div className="w-full text-start flex items-center">
|
||||
<div className=" relative text-start inline-block text-gray-600 text-sm font-normal">
|
||||
<div className="w-full relative text-start inline-block text-gray-600 text-sm font-normal">
|
||||
{hidden && chat.thought && chat.thought !== "" && (
|
||||
<div
|
||||
onClick={() => setHidden((prev) => !prev)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue