убрал вертикальный скролл
This commit is contained in:
parent
fddd2d3cba
commit
d44396288e
@ -426,6 +426,7 @@ export default function EditPage() {
|
|||||||
fontSize: "14px",
|
fontSize: "14px",
|
||||||
lineHeight: "18px",
|
lineHeight: "18px",
|
||||||
height: "34px",
|
height: "34px",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
minWidth: "130px",
|
minWidth: "130px",
|
||||||
}}
|
}}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
@ -440,9 +441,9 @@ export default function EditPage() {
|
|||||||
variant="contained"
|
variant="contained"
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: "14px",
|
fontSize: "14px",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
lineHeight: "18px",
|
lineHeight: "18px",
|
||||||
height: "34px",
|
height: "34px",
|
||||||
minWidth: "130px",
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Тестовый просмотр
|
Тестовый просмотр
|
||||||
@ -457,7 +458,8 @@ export default function EditPage() {
|
|||||||
fontSize: "14px",
|
fontSize: "14px",
|
||||||
lineHeight: "18px",
|
lineHeight: "18px",
|
||||||
height: "34px",
|
height: "34px",
|
||||||
background: quiz?.status === "start" ? "#7E2AEA" : "#FA5B0E",
|
background: quiz?.status === "stop" ? "#7E2AEA" : "#FA5B0E",
|
||||||
|
p: "0 18px",
|
||||||
}}
|
}}
|
||||||
onClick={handleClickStatusQuiz}
|
onClick={handleClickStatusQuiz}
|
||||||
>
|
>
|
||||||
@ -473,6 +475,10 @@ export default function EditPage() {
|
|||||||
<Box
|
<Box
|
||||||
component={Link}
|
component={Link}
|
||||||
sx={{
|
sx={{
|
||||||
|
width: "100%",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
|
textOverflow: "ellipsis",
|
||||||
|
overflow: "hidden",
|
||||||
display: isMobile ? "none" : "block",
|
display: isMobile ? "none" : "block",
|
||||||
color: "#7E2AEA",
|
color: "#7E2AEA",
|
||||||
fontSize: "14px",
|
fontSize: "14px",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user