From 30522f3f11090d8dcbb5916d512698dff252fd71 Mon Sep 17 00:00:00 2001 From: Forgotten Date: Wed, 25 Feb 2026 17:42:54 -0600 Subject: [PATCH] fix(ui): wrap long monospaced strings in markdown comments on mobile Adds word-breaking for inline code and pre-wrap for code blocks to prevent horizontal page overflow on mobile devices. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/MarkdownBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/MarkdownBody.tsx b/ui/src/components/MarkdownBody.tsx index 6521077b..f6b73872 100644 --- a/ui/src/components/MarkdownBody.tsx +++ b/ui/src/components/MarkdownBody.tsx @@ -11,7 +11,7 @@ export function MarkdownBody({ children, className }: MarkdownBodyProps) { return (