1
I did a search and found no post about the problem I’m facing.
I’m running a database search and writing on the screen what I find. But when the text is displayed it is not inserting line break, so the text gets all in one line.
Below I put the images of the problem and how the implementation is done (An Excerpt).
<div class="row">
<div class="col-12 mb-3 text-center">
<?php echo $results['descricao']; ?>
</div>
</div>