Skip to content

Commit f3008a6

Browse files
committed
fix: post layout
Signed-off-by: Innei <[email protected]>
1 parent a4b28a1 commit f3008a6

File tree

1 file changed

+1
-1
lines changed
  • src/app/posts/(post-detail)/[category]/[slug]

1 file changed

+1
-1
lines changed

src/app/posts/(post-detail)/[category]/[slug]/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const PostPage = () => {
3131
}
3232

3333
return (
34-
<div>
34+
<div className="relative w-full min-w-0">
3535
<HeaderMetaInfoSetting />
3636
<article className="prose">
3737
<header className="mb-8">

0 commit comments

Comments
 (0)