Recently, I encountered a problem with the Bootstrap 3 table-bordered where the right border was not showing up. Below is the code snippet of my table:
<table class="table table-bordered table-hover">
...
</table>
Upon inspecting the table visually, I noticed that the right border was missing. Here's an image showcasing the issue:
https://i.sstatic.net/PGH1f.png
Furthermore, there were instances where even the horizontal borders disappeared like in this image: https://i.sstatic.net/ENMmE.png
The peculiar thing is that this problem only seems to occur in Firefox. Any ideas on why my borders are vanishing?