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:
Hrushikesh Vaidya 2022-01-24 12:12:52 +05:30 committed by GitHub
parent efb4478e48
commit 89d137f3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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; }