Text gets reversed

Hi, I am working on some responsive components. All elements inside the frame works well when resizing to smaller break point, perhaps the text inside the frame works also, but it gets reversed flipping sides; for instance now it’s from right to left.
Is there any solution to solve this?

You probably have Constraints set to “left & right” but you scale the frame down too much so the text gets to 0 size and then gets flipped. Scale it with the frame proportionally by setting the Constraints to “Scale” or pin it to only one side using only one Left or Right constraint.

1 Like

Worked by setting the text to resize :slight_smile:

Thank youu :slight_smile: