Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.
Thanks Keryn Knight for the report and the initial patch.
This commit is contained in:
parent
efb4478e48
commit
89d137f3be
|
@ -24,7 +24,7 @@
|
|||
font-weight:normal; font-size:11px; border:1px solid #ddd;
|
||||
}
|
||||
tbody th { width:12em; text-align:right; color:#666; padding-right:.5em; }
|
||||
table.vars { margin:5px 0 2px 40px; }
|
||||
table.vars { margin:5px 10px 2px 40px; width: auto; }
|
||||
table.vars td, table.req td { font-family:monospace; }
|
||||
table td.code { width:100%; }
|
||||
table td.code pre { overflow:hidden; word-break: break-word; }
|
||||
|
|
Loading…
Reference in New Issue