mirror of https://github.com/zulip/zulip.git
tooltip: Fix arrow position.
This was one of the regressions from our upgrade to bootstrap 2.3.2.
This commit is contained in:
parent
c114447e11
commit
be7238afca
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue