From be01630ffa89f157fd7bdacf0dd2a35992fa702c Mon Sep 17 00:00:00 2001 From: jona159 Date: Fri, 8 May 2026 09:44:45 +0200 Subject: [PATCH] fix: break anywhere if single long word as description to preserve layout --- app/components/markdown-content.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/markdown-content.tsx b/app/components/markdown-content.tsx index 3421f32d..bb3245a4 100644 --- a/app/components/markdown-content.tsx +++ b/app/components/markdown-content.tsx @@ -10,7 +10,8 @@ export function MarkdownContent({ className = '', }: MarkdownContentProps) { return ( -
+