Bug #18057
closedMenu items on 2 lines overlap in new backend
0%
Description
In the new backend when a module has its name wrapped on 2 lines, it overlaps the next menu item, in the main menu.
I thought it was a fixed height issue in the CSS, but couldn't find on, so it may be a bit more tricky than this.
Screenshot attached (last item called "External Data Import" overlaps "DevLog").
(issue imported from #M7285)
Files
Updated by Christian Kuhn over 16 years ago
This happens with main module section names, too.
I tried some tests with floats and overflow, but did not find a good solution.
Attached patch (7285.diff) just removed the height constraint in css, all boxes now expand if they need more than one line (see 7285.png).
Currently tested in FF3 only.
Updated by Francois Suter about 16 years ago
It seems to me that this was fixed at some point, because I can't reproduce the problem anymore.
Christian, can you confirm? If yes, we can close this bug.
Updated by Christian Kuhn about 16 years ago
Confirmed. Issue solved for me in current 4.2 and trunk (rev. 4388)
Updated by Francois Suter about 16 years ago
This was fixed in 4.2 final and trunk.