I have div with the following css style:
div
width:335px; float:left; overflow:hidden; padding-left:5px;
When I insert, into that
width:200px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
Define width also to set overflow in one line