Bug #22786
Height of side menu items
Status: | Resolved | Start date: | 2010-06-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Chris topher | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 4.3 | Sprint Focus: | ||
Complexity: |
Description
The text in menu items runs against each other if name of item occupy more than one string.
Solution: to remove from CSS
#typo3-menu li ul li {
height:21px;
}
(issue imported from #M14566)
Related issues