I have div with the following css style:
div
width:335px; float:left; overflow:hidden; padding-left:5px;
When I insert, into that
I had the same issue and I solved it by using:
display: inline-block;
on the div in question.