mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed wrapping of long values in technical 500 debug page.
This commit is contained in:
parent
950d697b95
commit
d5f2d5d604
@ -27,7 +27,7 @@
|
||||
table.vars { margin:5px 0 2px 40px; }
|
||||
table.vars td, table.req td { font-family:monospace; }
|
||||
table td.code { width:100%; }
|
||||
table td.code pre { overflow:hidden; }
|
||||
table td.code pre { overflow:hidden; word-break: break-word; }
|
||||
table.source th { color:#666; }
|
||||
table.source td { font-family:monospace; white-space:pre; border-bottom:1px solid #eee; }
|
||||
ul.traceback { list-style-type:none; color: #222; }
|
||||
|
Loading…
Reference in New Issue
Block a user