From d44396288e72b6bb29bb0857df365445d06f5f9f Mon Sep 17 00:00:00 2001 From: ArtChaos189 Date: Wed, 27 Dec 2023 22:13:46 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=82=D0=B8=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D1=81=D0=BA=D1=80=D0=BE=D0=BB=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/startPage/EditPage.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/startPage/EditPage.tsx b/src/pages/startPage/EditPage.tsx index 8a0bed52..defb826e 100755 --- a/src/pages/startPage/EditPage.tsx +++ b/src/pages/startPage/EditPage.tsx @@ -426,6 +426,7 @@ export default function EditPage() { fontSize: "14px", lineHeight: "18px", height: "34px", + whiteSpace: "nowrap", minWidth: "130px", }} onClick={() => @@ -440,9 +441,9 @@ export default function EditPage() { variant="contained" sx={{ fontSize: "14px", + whiteSpace: "nowrap", lineHeight: "18px", height: "34px", - minWidth: "130px", }} > Тестовый просмотр @@ -457,7 +458,8 @@ export default function EditPage() { fontSize: "14px", lineHeight: "18px", height: "34px", - background: quiz?.status === "start" ? "#7E2AEA" : "#FA5B0E", + background: quiz?.status === "stop" ? "#7E2AEA" : "#FA5B0E", + p: "0 18px", }} onClick={handleClickStatusQuiz} > @@ -473,6 +475,10 @@ export default function EditPage() {