Update static/css/style.css

This commit is contained in:
Blackwhitebear8 2025-09-17 20:30:09 +02:00
parent adb02c4c48
commit 4bc0a6c851

View file

@ -499,3 +499,11 @@ td.d-flex {
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;
}