The Bootstrap Tootip will randomly fall apart, separating it's arrow from it's body, as illustrated on the image below:
I tested this on multiple browsers using this webpage and this behavior can be seen randomly but still occurring:
Tooltip on Firefox 51.0.1:
Tooltip on Microsoft Edge 38.14393.0.0:
Tooltip on Google Chrome 56.0.2924.87 (64-bit):
How can I avoid this from happening?
PS: I think this is a rendering issue, something about the body coming just after the arrow, not actually aliasing, but close to it. Probably making the arrow intersect the body will solve this, but if there is a solution from the Bootstrap team or some other configuration that won't make me mess with the tooltip template I will rather it.