Opened 9 years ago

Last modified 9 years ago

#24440 closed Cleanup/optimization

Debug.py could use additional padding for individual stack rows. — at Version 2

Reported by: Andy Matthews Owned by: nobody
Component: Core (Other) Version: 1.7
Severity: Normal Keywords: debug padding spacing
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes

Description (last modified by Andy Matthews)

When viewing debug output, or any code which generates a stack trace, the CSS for debug.py does not contain enough padding for nested list items. This results in a dark grey border which directly touches the line of code it contains. This makes it difficult to read.

This ticket is a request, along with screenshots and patch, to add 5px of padding on two list item tags.

https://github.com/django/django/blob/c7a6996df7e77bc3b9c5e581e67d766627ebabec/django/views/debug.py#L639-L641

Change History (5)

by Andy Matthews, 9 years ago

by Andy Matthews, 9 years ago

Attachment: debug-screenshot-before.png added

by Andy Matthews, 9 years ago

Attachment: debug-screenshot-after.png added

comment:1 by Andy Matthews, 9 years ago

I've created a PR which

comment:2 by Andy Matthews, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top