I have a problem in paragraphs when I apply the text-justify class of bootstrap, the paragraphs are in small columns and when giving them justify spaces are created between words (I guess that is the algorithm so that everything is justified), but visually annoying Is there any reason to fix this?
example:
el texto queda
así con mucho
espacio en
algunas lineas
y en otras
no.
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<div class="col-xs-12 col-md-3 col-sm-6">
<div class="thumbnail thumb-shadow">
<img src="img/comunication.png" alt="Plataformas Customizables">
<div class="caption">
<h3>Comunicación, Análisis y apoyo</h3>
<p class="pservices text-justify">
La filosofía de AGM pone en primer lugar la satisfacción del cliente, por ello hacemos uso de herramientas de comunicación accesibles y prácticas como Skype, WhatsApp y correo electrónico para establecer comunicación con tigo y documentar, establecer y definir alcances, requerimientos y procedimientos para solucionar tus necesidades.
</p>
</div><br><br>
<!-- <span style="bottom: 40px !important; position:absolute;" class=" btn-seemore ">Saber más.</span> -->
</div>
</div>