Skip to content

Commit a24bfad

Browse files
authored
fix (#750)
1 parent f26a877 commit a24bfad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/obsidian/src/components/canvas/shapes/DiscourseNodeShape.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const discourseNodeContent = memo(
400400
// NOTE: These Tailwind classes (p-2, border-2, rounded-md, m-1, text-base, m-0, text-sm)
401401
// correspond to constants in nodeConstants.ts. If you change these classes, update the
402402
// constants and the measureNodeText function to keep measurements accurate.
403-
className="relative box-border flex h-full w-full flex-col items-start justify-center rounded-md border-2 p-2"
403+
className="relative box-border flex h-full w-full flex-col items-start justify-center overflow-hidden rounded-md border-2 p-2"
404404
>
405405
{isHovered && (
406406
<button

0 commit comments

Comments
 (0)