Django

Code

Ticket #1999 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Layout breaks with large fonts in documentation left sidebar.

Reported by: anonymous Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Example: when using larger-than-normal fonts (in my case, via the Firefox "Minimum font size" option), some of the longer tag names in the template tag documentation spill out of their containing box.

Culprit appears to be the hardcoded pixel width/margin for #content-related in contrib\admin\media\css\layout.css

Attachments

Change History

05/26/06 10:49:06 changed by adrian

  • priority changed from normal to low.

06/02/06 10:33:31 changed by wilson

  • status changed from new to closed.
  • resolution set to fixed.

(In [3065]) Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with increasing font size.


Add/Change #1999 (Layout breaks with large fonts in documentation left sidebar.)




Change Properties
Action