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:
parent
91d56f87cf
commit
e1a7afa953
@ -306,7 +306,7 @@ pre.version {
|
||||
}
|
||||
pre.zuul-log-output
|
||||
{
|
||||
overflow: inherit;
|
||||
overflow-x: auto;
|
||||
background-color: inherit;
|
||||
border: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user