fix: prevent nested scrolling in markdown code blocks (#4505)
🔧 (NodeDescription/index.tsx): update class name to prevent text overflow and improve readability
This commit is contained in:
parent
133a8aec5c
commit
961189a7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue