From be7238afcacba9abe7eb9ff5136f1a2cee412ad6 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 4 Sep 2020 15:54:42 +0530 Subject: [PATCH] tooltip: Fix arrow position. This was one of the regressions from our upgrade to bootstrap 2.3.2. --- static/third/bootstrap-tooltip/tooltip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/third/bootstrap-tooltip/tooltip.css b/static/third/bootstrap-tooltip/tooltip.css index 0889904063..6dcb5de891 100644 --- a/static/third/bootstrap-tooltip/tooltip.css +++ b/static/third/bootstrap-tooltip/tooltip.css @@ -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; }