I am experiencing an issue with the cell content below:
<td style="max-width:200px;" class="sorting_1">
<i class="fa fa-circle text-success"></i>
<span style="width: 200px;">
Публикация: "The Myth of Ponce de León and the Fountain of Youth"
</span>
<div class="mt-1">
<span class="text-small text-muted">
ID: 23843933046690590
</span>
</div>
</td>
Even though I have set the span width to 200px, it expands to over 400px - see screenshot here.
How can I ensure that the width is limited to 200px and words wrap within this cell?