Browse Source

Fix RTL in bubbles

master
morethanwords 4 years ago
parent
commit
753f05dd2e
  1. 1
      src/scss/partials/_chatBubble.scss

1
src/scss/partials/_chatBubble.scss

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

Loading…
Cancel
Save