Hello, I have a label that I load text to dynamically. It is set to resize freely. It is anchored on the top, bottom and left. When text is loaded, it is meant to resize the label to the right based on length of the text. I even set Max Lines to 1. The problem is that in certain rare circumstances, the last letter ends up going to a new line when all I want is the label to stay on one line and resize to the right. I'm assuming this is a bug.