From c44c574c99206238aa217ce807d03309d61838c6 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Sun, 3 Mar 2024 01:24:39 +0100 Subject: [PATCH] Fixed flexbox in io --- src/frontend/src/components/IOview/index.tsx | 2 +- src/frontend/src/components/codeTabsComponent/index.tsx | 8 +++----- .../src/components/newChatView/chatMessage/index.tsx | 8 ++++---- src/frontend/src/style/applies.css | 6 +++--- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/frontend/src/components/IOview/index.tsx b/src/frontend/src/components/IOview/index.tsx index 87bd8de20..b30136ef7 100644 --- a/src/frontend/src/components/IOview/index.tsx +++ b/src/frontend/src/components/IOview/index.tsx @@ -263,7 +263,7 @@ export default function IOView({ children, open, setOpen }): JSX.Element { )} {haveChat ? ( -
+
{selectedViewField && (
)} - {tab.code} - +
) : idx === 4 ? ( <> diff --git a/src/frontend/src/components/newChatView/chatMessage/index.tsx b/src/frontend/src/components/newChatView/chatMessage/index.tsx index 7c606679f..a619f3f57 100644 --- a/src/frontend/src/components/newChatView/chatMessage/index.tsx +++ b/src/frontend/src/components/newChatView/chatMessage/index.tsx @@ -155,9 +155,9 @@ export default function ChatMessage({ /> )} {chat.thought && chat.thought !== "" && !hidden &&

} -
-
-
+
+
+
{useMemo( () => chatMessage === "" && lockChat ? ( @@ -169,7 +169,7 @@ export default function ChatMessage({