I need to make <li> elements to show text without truncation (both if they are just <li> elements or list dividers).
-
.myParagraph.ui-li-desc { color:#333; overflow:show; text-overflow:clip; white-space:normal; height:28px; margin-bottom:0px;
}
and similar but nothing worked for me.