tooltip: Fix arrow position.

This was one of the regressions from our upgrade to bootstrap 2.3.2.
This commit is contained in:
Aman Agrawal 2020-09-04 15:54:42 +05:30 committed by Tim Abbott
parent c114447e11
commit be7238afca
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@
.popover.bottom .arrow:after {
top: -1px;
left: -11px;
margin-left: 0;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-width: 0 11px 11px;
}