mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed wrapping of long values in technical 500 debug page.
This commit is contained in:
		| @@ -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; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user