Opened 16 years ago
Closed 16 years ago
#15412 closed defect (bug) (fixed)
Hide Extra-Long admin bar text
| Reported by: | filosofo | Owned by: | filosofo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Template | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Each admin bar link has a fixed height and width (thanks to the requirements of the background image sprite), so it has white-space:nowrap set.
That means that with a few words, the text hangs hideously outside the box of the admin bar dropdown.
Patch adds the overflow:hidden rule so it disappears politely at the edge of the list item.
Please see the attached before and after screenshots for a demonstration.
Attachments (2)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [16664]) Hide Extra-Long admin bar text. Props filosofo. fixes #15412