stream-chat-angular
stream-chat-angular copied to clipboard
Inconsistent structure of message bubbles
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.