You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real message bubbles and quoted message bubbles (the ones you see when replying to a message) implement line-breaks differently. More specifically there are <br> elements in the quoted bubble text, which you won't find in the real message bubbles.
This breaks the consistency of styles, since it changes spacings, especially when line-height is applied.
You can see how effective line height is different between the real message bubble and the quoted bubble.
The same can be observed in the demo application, though the difference is not as drastic given the lack of line-height rule.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue, I can't provide an expected time for the fix. However, I believe that this workaround should solve the issue in the meantime:
Real message bubbles and quoted message bubbles (the ones you see when replying to a message) implement line-breaks differently. More specifically there are
<br>
elements in the quoted bubble text, which you won't find in the real message bubbles.This breaks the consistency of styles, since it changes spacings, especially when
line-height
is applied.You can see how effective line height is different between the real message bubble and the quoted bubble.
The same can be observed in the demo application, though the difference is not as drastic given the lack of
line-height
rule.The text was updated successfully, but these errors were encountered: