From 1f204e4d760fb7557e064adbf1e4c22608cfd7cd Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 16:41:14 -0500 Subject: [PATCH] Fix issue description overflow with break-words and overflow-hidden Long unbroken text (stack traces, file paths, URLs) in issue descriptions could overflow the container. Add break-words to MarkdownBody and overflow-hidden to InlineEditor display wrapper. Fixes PAP-476 Co-Authored-By: Paperclip --- ui/src/components/InlineEditor.tsx | 2 +- ui/src/components/MarkdownBody.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/InlineEditor.tsx b/ui/src/components/InlineEditor.tsx index 8cf5515c..67415588 100644 --- a/ui/src/components/InlineEditor.tsx +++ b/ui/src/components/InlineEditor.tsx @@ -132,7 +132,7 @@ export function InlineEditor({ return (