Skip to content

Commit

Permalink
fix: break all on link
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Dec 20, 2024
1 parent ab806a5 commit e8bd6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
return {
a(props: any) {
return (
<Link href={props.href} isExternal size="md">
<Link href={props.href} isExternal size="md" className='break-all'>
{props.children}
</Link>
);
Expand Down

0 comments on commit e8bd6ee

Please sign in to comment.