I have the div with a specified width but the text inside it are not breaking down and fitting into the div accordingly.
This might be a wrong question. How to make it fit inside the div?
I believe its not possible for fit completely inside at least can it be fitted inside the div according to the width not height.
Css
.limit{
width:50px;
}
HTML
<div class="limit">
<p>fasfhfhsjdhkjhdkjhfjkhdsfjkhdfjhdfiuhadfhjdfhjadskf kjahsdjfahdfuahsdf dhsf</p>
</div>