The bug
Using the \n
newline character in tellraw will prepend a space to the new line.
This is unexpected behavior and does not occur in 1.15.
It does not seem to affect written books or other commands.
Steps to reproduce
/tellraw @s {"text":"Line1\nLine2"}
Caused by the fix for MC-180138.