Skip to content

Commit

Permalink
fix: break all on blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Dec 20, 2024
1 parent 6a2bda7 commit 16790a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blog/components/mdx-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function MdxLayout({
// Create any shared layout or styles here
return (
<div className="flex w-full justify-center">
<div className="max-w-full md:max-w-4xl">
<div className="max-w-full break-all md:max-w-4xl">
<Card className="px-2 py-5 sm:px-10">
<CardHeader className="flex flex-col gap-3">
<div className="flex w-full items-center gap-1">
Expand Down

0 comments on commit 16790a1

Please sign in to comment.