Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#34912 closed Bug (fixed)

Admindocs back-links and bookmarklet help text is too small

Reported by: Thibaud Colas Owned by: Chris Frisina
Component: contrib.admindocs Version: dev
Severity: Normal Keywords: accessibility, font size
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

We use the .small class in admindocs for "Back to parent page" links at the bottom of three documentation pages: models, views, templates. This makes the text too small to be readable, which doesn’t achieve much as the text is at the bottom of the page anyway.

Example: Track Model documentation

We also use .help text on the Documentation Bookmarklet docs, and could equally stop because it makes text too small.

---

Let’s remove those three uses of the .small class and the use of .help and make the text more readable.

Change History (6)

comment:1 by Thibaud Colas, 6 months ago

Owner: changed from nobody to Chris Frisina
Status: newassigned

comment:2 by Natalia Bidart, 6 months ago

Triage Stage: UnreviewedAccepted

Accepting following conversations with Thibaud in the Django sprint at Durham.

comment:3 by Mariusz Felisiak, 6 months ago

Has patch: set

comment:4 by Mariusz Felisiak, 6 months ago

Triage Stage: AcceptedReady for checkin

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 6 months ago

Resolution: fixed
Status: assignedclosed

In be8b25d:

Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages.

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 6 months ago

In 26dddf37:

[5.0.x] Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pages.

Backport of be8b25def45bda2e9d1b63e67a80362832bcf45d from main

Note: See TracTickets for help on using tickets.
Back to Top