text mesh pro space at end of line not creating gap

i am currently changing my normal text elements to the text mesh pro texts, and they happen to not detect a space at the end of a line. the old texts did as supposed, but not the text mesh pro gui’s.
here is a screen:

can somebody help?

There are some cases where even non-breaking spaces are removed from the end of the TMP string. My solution was to use <color=#00000000>.</color> to insert a transparent character at the end.

@Justin113D For some reason trailing spaces at the end of a line are removed unless you use a special character called the “non-breaking space”. Add the following unicode character to the end of a line without the quotes - “\u00A0”.