Merge "UI: Enable horizontal scrolling on LogFile page"

This commit is contained in:
Zuul 2020-09-16 15:07:40 +00:00 committed by Gerrit Code Review
commit 5e1fe9536f
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ pre.version {
}
pre.zuul-log-output
{
overflow: inherit;
overflow-x: auto;
background-color: inherit;
border: none;
}