Is there a way to perfectly center the text vertically inside a Bootstrap tooltip? I've tried adding this CSS but it still leaves about 1px or 2px of space at the bottom:
.tooltip-inner {
text-align: center !important;
justify-content: center !important;
align-content: center !important;
vertical-align:middle !important;
}