I cannot force a newline with Enter/Return, but I can break the line with a space, in the line becomes too long.
A newline in input is stronger than a space and should probably force a newline in output.
will try to be on one line, whereas
will generally be split over two lines.
Btw is there a way to control bubble width / aspect ratio and when line will be broken naturally by space?
I cannot force a newline with Enter/Return, but I can break the line with a space, in the line becomes too long.
A newline in input is stronger than a space and should probably force a newline in output.
will try to be on one line, whereas
will generally be split over two lines.
Btw is there a way to control bubble width / aspect ratio and when line will be broken naturally by space?