I have a div, and inside that div is a link
<div class="something">
<a href="#">Databases</a>
</div>
The problem is that when I set the width of my div, smaller then the width that the text of the link is. the text of the link just goes outside of the parent div.
What I want is that the text breaks to a new line.
How can I fix this ?