From 3bbf8343c2e1adba014baf97286c0a76f5560ba1 Mon Sep 17 00:00:00 2001 From: Nastya Date: Thu, 28 Dec 2023 23:08:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B2=D1=8C=D1=8E=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D1=83=D1=87=D0=B8=D1=82=D1=8B=D0=B2=D0=B0=D0=B5=D1=82?= =?UTF-8?q?=20=D1=80=D0=B5=D0=B7=D1=83=D0=BB=D1=8C=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Questions/BranchingMap/CsComponent.tsx | 7 +++++- src/pages/startPage/EditPage.tsx | 8 ++++++- .../startPage/ModalInfoWhyCantCreate.tsx | 8 +++++++ src/pages/startPage/StartPageSettings.tsx | 23 ++++++++++--------- src/ui_kit/CustomTextField.tsx | 10 +++++++- src/ui_kit/QuizPreview/QuizPreviewLayout.tsx | 4 ++-- 6 files changed, 44 insertions(+), 16 deletions(-) diff --git a/src/pages/Questions/BranchingMap/CsComponent.tsx b/src/pages/Questions/BranchingMap/CsComponent.tsx index bee882cd..c2cb3168 100644 --- a/src/pages/Questions/BranchingMap/CsComponent.tsx +++ b/src/pages/Questions/BranchingMap/CsComponent.tsx @@ -264,7 +264,12 @@ function CsComponent({ return ( <> + sx={{ + mb:"20px", + display:'flex', + justifyContent:"space-between" + }} + >