From 1b3c0806c2154310cca162c3de81e9e0067d72f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Tue, 1 Oct 2024 15:23:05 +0200 Subject: [PATCH] refactor text insertion presentation --- src/aipane/components/TextInsertion.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/aipane/components/TextInsertion.tsx b/src/aipane/components/TextInsertion.tsx index fee7a4f..845191c 100644 --- a/src/aipane/components/TextInsertion.tsx +++ b/src/aipane/components/TextInsertion.tsx @@ -20,16 +20,14 @@ const useStyles = makeStyles({ textPromptAndInsertion: { display: "flex", flexDirection: "column", - alignItems: "center", + alignItems: "center", + gap: "2px", + margin: "10px", }, textAreaField: { - marginLeft: "1px", - marginTop: "30px", - marginBottom: "20px", - marginRight: "1px", + width: "100%", }, textAreaBox: { - width: "100%", height: "27vh", }, });