mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
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:
parent
ae317e590d
commit
1bdf4d71dd
@ -170,6 +170,6 @@ span.ADMIN {
|
|||||||
margin: 3px;
|
margin: 3px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #000;
|
color: #000;
|
||||||
overflow: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user