I want to add elipsis on last line my markeup is:
<h4 class="heading4 js-heading4">Yellow gold Yellow gold Yellow gold</h4>
.heading4 {
height: 98px;
position: relative;
width: 200px;
overflow: hidden;
white-space: nowrap
}
I want my output should be like Yellow gold Yellow gold Yellow go...
if text is overflow.
problem is if i am adding text-overflow:ellipsis
then whole text is coming in one line like :
Yellow gold Yellow gold Yell... i want to add ellipsis at the bottom of page.