Closed cecille closed 2 months ago
I tested some time ago a small change on the frontend side that seems to solve this line break problem.
We just need to add the following change to the test-log-console.component.scss
file:
div {
white-space: pre-wrap;
}
PS: I can't contribute to the frontend project. @raul-marquez-csa can you take a look if this solution is valid?
Describe the bug
TH logs do not include line breaks
Steps to reproduce the behavior
Run any python test, observe logs.
Expected behavior
logs on separate lines are separated visually with line breaks.
Log files
No response
PICS file
No response
Screenshots
No response
Environment
No response
Additional Information
No response