#19139 closed defect (bug) (fixed)
"View Site" and other items below site/admin title need to grow
| Reported by: | nacin | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Toolbar | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description (last modified by )
See curious appearance in 18197#comment:108.
Attachments (1)
Change History (17)
#5
@
15 years ago
It would be nice if "Visit Site" can shrink as well (if it's an only child), that way it doesn't look as weird. see #19184.
#9
@
15 years ago
- Status assigned → accepted
This patch doesn't play nicely with top-level secondary menus — .quicklinks ul targets all menus, not just submenus.
It should be easily fixed, though. Looking into it now.
#11
@
15 years ago
- Resolution → fixed
- Status accepted → closed
Don't see this any more, seems fixed in the meantime.
#12
@
15 years ago
- Milestone 3.3 → Future Release
- Resolution fixed
- Status closed → reopened
Still exists if you have a long title. We can live with it for 3.3. Reopening and punting to future.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Setting min-width to 100% on the submenu UL appears to fix this... tested in Chrome 15, Firefox 7, and IE7, IE8, IE9 with good results.
Patch following this comment...