Bug #22742
Long lines in module menu are unreadable
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)
Related issues
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