We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b28a1 commit f3008a6Copy full SHA for f3008a6
src/app/posts/(post-detail)/[category]/[slug]/page.tsx
@@ -31,7 +31,7 @@ const PostPage = () => {
31
}
32
33
return (
34
- <div>
+ <div className="relative w-full min-w-0">
35
<HeaderMetaInfoSetting />
36
<article className="prose">
37
<header className="mb-8">
0 commit comments