убрал вертикальный скролл

This commit is contained in:
ArtChaos189 2023-12-27 22:13:46 +03:00
parent fddd2d3cba
commit d44396288e

@ -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() {
<Box
component={Link}
sx={{
width: "100%",
whiteSpace: "nowrap",
textOverflow: "ellipsis",
overflow: "hidden",
display: isMobile ? "none" : "block",
color: "#7E2AEA",
fontSize: "14px",