#3868 closed defect (bug) (fixed)
Sub menus act weird when title is long
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch needs-testing |
Cc: |
Description
hover over blogs tab on link above and you will see what happens. The title is cut off and then when you hover the actual link it shifts left pushing child links out of the way.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Confirmed.
3868.01.patch is my suggested fix. It changes the height declaration to a min-height, which solves the key problem here. That caused some other issues - in particular, it became impossible to distinguish a multi-line menu item from the next item - so I fudged the padding and line-height a bit. Can I get a second (and third and fourth) set of eyes/browsers on it?