fix tail horizontal scrolling

Before this change, debugging via logs was hard due to clipping width of the log box
This commit is contained in:
Michał Frąckiewicz 2024-01-13 11:25:35 +01:00 committed by GitHub
parent ae317e590d
commit 1bdf4d71dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,6 @@ span.ADMIN {
margin: 3px;
white-space: pre;
color: #000;
overflow: hidden;
overflow-y: hidden;
}
</style>
</style>