From 844cd8787bcaf059dcac7d14c7db8e6d0b9e4bdf Mon Sep 17 00:00:00 2001 From: Tamara Date: Fri, 5 Jan 2024 11:54:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B2=D0=B0=D1=80=D0=B8=D0=B0=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=20=D0=BE=D1=82=D0=B2=D0=B5=D1=82=D0=BE=D0=B2,=20=D1=83=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=BB=D0=B0=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20=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/ViewPublicationPage/questions/Variant.tsx | 1 + src/pages/main.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/ViewPublicationPage/questions/Variant.tsx b/src/pages/ViewPublicationPage/questions/Variant.tsx index 5eae93b6..12883911 100644 --- a/src/pages/ViewPublicationPage/questions/Variant.tsx +++ b/src/pages/ViewPublicationPage/questions/Variant.tsx @@ -149,6 +149,7 @@ const VariantItem = ({ : theme.palette.background.default, display: "flex", maxWidth: "685px", + maxHeight: "85px", justifyContent: "space-between", width: "100%", "&.MuiFormControl-root": { diff --git a/src/pages/main.tsx b/src/pages/main.tsx index 436a6031..8ebbf855 100755 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -128,7 +128,7 @@ export default function Main({ sidebar, header, footer, Page }: Props) { sx={{ background: theme.palette.background.default, width: "100%", - overflow: "auto", + // overflow: "auto", boxSizing: "border-box", }} >