From e6f1c7d0c3c7898b748f4a1bba172f9315aac7c4 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 27 Mar 2023 21:50:54 +0100 Subject: [PATCH] mobile more space --- frontend/src/conversation/Conversation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index de8ace00..fd3f3e93 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -71,9 +71,9 @@ export default function Conversation() { }; return ( -
+
{queries.length > 0 && ( -
+
{queries.map((query, index) => { return (