From 4bc0a6c851d4cb1e4ab39b52b0c2bf497eac4b19 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Wed, 17 Sep 2025 20:30:09 +0200 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 4a4c6bb..e90b35e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -498,4 +498,12 @@ td.d-flex { height: 3rem; margin: 1.5rem auto; border-width: 0.3em; +} + +.fw-log-output { + background-color: #f8f9fa; + padding: 1rem; + border-radius: 0.25rem; + white-space: pre-wrap; + word-wrap: break-word; } \ No newline at end of file