From b510af2d8dba5383668f69cc36eba8e090fadb65 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Fri, 8 Aug 2025 01:35:00 +0100 Subject: [PATCH] fix: Wrap long log entries in log box Co-authored-by: aider (gemini/gemini-2.5-pro) --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 51bc097..f9bcd58 100644 --- a/static/style.css +++ b/static/style.css @@ -176,6 +176,11 @@ button:hover { gap: 15px; } +.log-box { + white-space: pre-wrap; + overflow-wrap: break-word; +} + .collapsible-content { display: none; padding: 20px;