Skip to content

Commit

Permalink
fix: work break
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Jul 17, 2023
1 parent 078aa73 commit 0a66e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/articles/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const BlogPostPage: NextPage<BlogPostPageProps> = ({
<div className="block lg:flex w-full">
<div className="max-w-full">
<div className=" w-[40em] lg:w-[37rem] !max-w-full">
<section className="prose prose-sm sm:prose dark:prose-invert prose-img:rounded-xl !max-w-full mb-10 break-all">
<section className="prose prose-sm sm:prose dark:prose-invert prose-img:rounded-xl !max-w-full mb-10 break-words">
<MDXRemote {...source} components={MDXComponents} lazy />

{published?.url && (
Expand Down

1 comment on commit 0a66e3e

@vercel
Copy link

@vercel vercel bot commented on 0a66e3e Jul 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.