Skip to content

Commit

Permalink
fix: prevent nested scrolling in markdown code blocks (#4505)
Browse files Browse the repository at this point in the history
🔧 (NodeDescription/index.tsx): update class name to prevent text overflow and improve readability
  • Loading branch information
Cristhianzl authored and edwinjosechittilappilly committed Nov 11, 2024
1 parent 7b42b4d commit 6eb2a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function NodeDescription({
<Markdown
linkTarget="_blank"
className={cn(
"markdown prose flex h-full w-full flex-col text-[13px] leading-5 word-break-break-word",
"markdown nowheel prose flex h-full w-full flex-col text-[13px] leading-5 word-break-break-word",
mdClassName,
)}
>
Expand Down

0 comments on commit 6eb2a0a

Please sign in to comment.