Skip to content

Commit 1e06841

Browse files
author
JerryLiu
committed
feat: set min-width to APP
1 parent 00eb7cf commit 1e06841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/components/CustomLayouts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const CustomLayouts = () => {
1919
}, [pathname])
2020

2121
return (
22-
<div className="w-full">
22+
<div className="w-full min-w-[990px]">
2323
<h1 style={{ color: colorText }} className="text-2xl my-8">
2424
{title}
2525
</h1>

0 commit comments

Comments
 (0)