Текст моего абзаца перекрывается, когда в нем слишком много слов.
Вот мой код:
<a class="dropdown-item content btnOpen">
<div class="col-sm-12">
<div class="row">
<div class="col-md-2 p-1">
<img id="notif_image" class="notif_image" src="sample.jpg">
</div>
<div class="col-sm-10">
<h6>This the the title</h6>
<div style="max-width: 500px; display:inline-block">
<p style="word-wrap: break-word;"><small>flex flex flex flex flex flex flex flex flex flex flex flex flex flex</small></p>
</div>
<p><small><em>this is a sample time</em></small></p>
</div>
</div>
</div></a>
И это вывод:
![enter image description here](https://i.stack.imgur.com/B5O4l.png)