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