I am facing an issue with implementing Bootstrap 4 inline-block links. There seems to be an invisible margin between them that I cannot remove.
Screenshot:
View the Codepen example here.
Code:
<div>
<!-- There shoud be NO MARGIN between the links -->
<a href="#" class="btn btn-danger">
Button A</a>
<a href="#" class="btn btn-secondary like-button">
Button B
</a>
</div>
How can I eliminate these unseen margins?