From 93daabc673b5683e68f0d442ee52bb49322f5565 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:28:43 +0200 Subject: [PATCH] style(debug): improve cipher text wrapping with overflowWrap anywhere --- src/components/Debug.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 7e88821a..a4ab88af 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -82,7 +82,7 @@ const Debug: React.FC = () => { const CodeBox = ({ value }: { value: string }) => (
{value || '—'}
)