There was an error while loading. Please reload this page.
1 parent 00eb7cf commit 1e06841Copy full SHA for 1e06841
js/src/components/CustomLayouts/index.tsx
@@ -19,7 +19,7 @@ const CustomLayouts = () => {
19
}, [pathname])
20
21
return (
22
- <div className="w-full">
+ <div className="w-full min-w-[990px]">
23
<h1 style={{ color: colorText }} className="text-2xl my-8">
24
{title}
25
</h1>
0 commit comments