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() {