Fix tooltip text alignment

This commit is contained in:
Robert Long 2021-12-16 10:14:51 -08:00
parent 6389899f63
commit d7fd06a250

View File

@ -12,6 +12,7 @@
z-index: 1;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.tooltip.top {