From b1ae49066c01826be81f0a67a09be8a7317a8028 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 22 Mar 2026 11:59:15 -0700 Subject: [PATCH] Fix word wrap in transcript editor - Add min-width: 0 to flex container (allows shrinking for wrap) - Add overflow-x: hidden to prevent horizontal scroll - Add white-space: pre-wrap to segment text Co-Authored-By: Claude Opus 4.6 --- src/lib/components/TranscriptEditor.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/components/TranscriptEditor.svelte b/src/lib/components/TranscriptEditor.svelte index 67c3837..2367a6b 100644 --- a/src/lib/components/TranscriptEditor.svelte +++ b/src/lib/components/TranscriptEditor.svelte @@ -272,7 +272,9 @@