listview truncate text

listview truncate text

Hi,
I need to make <li> elements to show text without truncation (both if they are just <li> elements or list dividers).
I tried a lot of things found in other posts like
  1. .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.

Any help?
Thank you!