Currently, the first module after the line_break module will have its prefix visible. This makes the new line start with a prefix, which I think looks worse than it would without the prefix:

This is what the prompt looks like with just the time module enabled:
[time]
disabled = false
Similarly to how the first prefix in the prompt doesn't appear, neither should the first prefix after a line_break module.
The implementation that hides the first prefix can be found here:
https://github.com/starship/starship/blob/master/starship/src/print.rs#L46-L50
Maybe similar logic should be implemented following after the line_break module is printed.
I'll give this a try.
Most helpful comment
I'll give this a try.