diff --git a/ui/src/common/sideNavLayout.scss b/ui/src/common/sideNavLayout.scss index e955da35..a1b726ff 100644 --- a/ui/src/common/sideNavLayout.scss +++ b/ui/src/common/sideNavLayout.scss @@ -1,6 +1,6 @@ -// .flex-auto { -// max-width: 70%; -// } +.page-main { + max-width: 70%; +} .page-right-side { flex: none; width: 30%; @@ -8,9 +8,9 @@ // lg @media screen and (max-width: 1199.9px) { - // .flex-auto { - // max-width: 100%; - // } + .page-main { + max-width: 100%; + } .page-right-side { width: 100%; } diff --git a/ui/src/pages/Questions/Ask/index.tsx b/ui/src/pages/Questions/Ask/index.tsx index 9a920501..cdc087ee 100644 --- a/ui/src/pages/Questions/Ask/index.tsx +++ b/ui/src/pages/Questions/Ask/index.tsx @@ -322,7 +322,7 @@ const Ask = () => {