Opened 11 years ago
Last modified 11 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 )
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.
Change History (5)
by , 11 years ago
| Attachment: | debug-add-padding-to-list-item.diff added | 
|---|
by , 11 years ago
| Attachment: | debug-screenshot-before.png added | 
|---|
by , 11 years ago
| Attachment: | debug-screenshot-after.png added | 
|---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Description: | modified (diff) | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    
I've created a PR which