Opened 11 years ago
Closed 11 years ago
#24440 closed Cleanup/optimization (fixed)
Debug.py could use additional padding for individual stack rows.
| 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.
Attachments (3)
Change History (8)
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) |
|---|
comment:3 by , 11 years ago
| Easy pickings: | unset |
|---|---|
| Patch needs improvement: | set |
| Triage Stage: | Unreviewed → Accepted |
The idea seems okay, although as I noted on the PR, I think 5px is a bit too much.
Note:
See TracTickets
for help on using tickets.
I've created a PR which