Actions
Bug #22786
closedHeight of side menu items
Start date:
2010-06-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions