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