Opened 3 years ago
Closed 2 years ago
#15412 closed defect (bug) (fixed)
Hide Extra-Long admin bar text
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Template | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
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.

(In [16664]) Hide Extra-Long admin bar text. Props filosofo. fixes #15412