Fix RTL in bubbles

This commit is contained in:
morethanwords 2020-11-07 00:34:02 +02:00
parent a487df17d2
commit 753f05dd2e

View File

@ -1036,6 +1036,7 @@ $bubble-margin: .25rem;
line-height: 1;
vertical-align: middle;
pointer-events: none; // do not show title
display: inline-block;
/* display: inline-flex;
align-items: center; */