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

@ -498,4 +498,12 @@ td.d-flex {
height: 3rem; height: 3rem;
margin: 1.5rem auto; margin: 1.5rem auto;
border-width: 0.3em; border-width: 0.3em;
}
.fw-log-output {
background-color: #f8f9fa;
padding: 1rem;
border-radius: 0.25rem;
white-space: pre-wrap;
word-wrap: break-word;
} }