Bug #22742

Long lines in module menu are unreadable

Added by Steffen Gebert about 5 years ago. Updated about 5 years ago.

Status:Closed Start date:2010-05-29
Priority:Should have Due date:
Assigned To:Steffen Kamper % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version: Is Regression:
PHP Version:4.3 Sprint Focus:
Complexity:

Description

If modules have a very long entry in module menu, the text is not readable.

(issue imported from #M14514)

Bildschirmfoto 2010-05-29 um 00.49.36.png (9.9 kB) Administrator Admin, 2010-05-29 00:52

14514.diff Magnifier (407 Bytes) Administrator Admin, 2010-06-21 11:59


Related issues

related to Core - Bug #22726: New Backend Design Closed 2010-05-27
duplicated by Core - Bug #22786: Height of side menu items Resolved 2010-06-01

History

#1 Updated by Jerome BLUM about 5 years ago

Problem due to a fixed height in EXT:t3skin/stylesheets/structure/module_menu.css :

#typo3-menu li ul li { height: 21px; }

You can remove it to display your multi-line label

#2 Updated by Steffen Gebert about 5 years ago

Yes, but then the height of each entry is ~60px in IE. That's why Susanne added the definition.

#3 Updated by Steffen Kamper about 5 years ago

committed to trunk rev 8021

Also available in: Atom PDF