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;