[TYPO3-core] RFC: #14514: Long lines in module menu are unreadable

Xavier Perseguers typo3 at perseguers.ch
Mon Jun 21 12:21:08 CEST 2010


Hi,

>> If modules have a very long entry in module menu, the text is not readable.
>>
>> See screenshot before / after
>> Tested in FF, Safari, IE 7/8
>>
>> vg Steffen
>
> Does this work across browsers?

According to http://www.htmlpedia.org/wiki/Min-height, I'd like to read 
this instead to support IE6:

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

html>body #typo3-menu li ul li {
	height: auto;
	min-height: 21px;
}


More information about the TYPO3-team-core mailing list