UI: Enable horizontal scrolling on LogFile page

PF4 broke the horizontal scrolling behaviour of the pre/table
combination used on this page. This restores it by setting the overflow
attribute on the pre element.

Change-Id: I038942d235fd13cae90ed82429558f441f1dcbb4
This commit is contained in:
Felix Edel 2020-09-10 08:12:14 +02:00
parent 91d56f87cf
commit e1a7afa953
No known key found for this signature in database
GPG Key ID: E95717A102DD3030
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;
}