summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrushikesh Vaidya <hrushikeshrv@gmail.com>2022-01-24 12:12:52 +0530
committerGitHub <noreply@github.com>2022-01-24 07:42:52 +0100
commit89d137f3be1685dfc2ce0968835c73667bffb0ba (patch)
tree376a869411987d52df3b3c839dfd1ef238b70832
parentefb4478e484ae61c5fc23563d4e9df1f8f49df49 (diff)
Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.
Thanks Keryn Knight for the report and the initial patch.
-rw-r--r--django/views/templates/technical_500.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html
index c09f09a19b..6bd6e16708 100644
--- a/django/views/templates/technical_500.html
+++ b/django/views/templates/technical_500.html
@@ -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; }