Please see this demo link: link
I'm trying to center the "X" inside the red button.
Code:
<button id="del_photo" type="button" style="width:20px;height:20px" class="btn btn-danger btn-sm" title="Excluir">
<span class="glyphicon glyphicon-remove" style="color:white;font-size:1em"></span>
</button>
Any solution?