Xcode Scaling Problems on Different Size Classes

Hello,

I had put in a label that had a constraint so that it was 90 units to the left another image and 10 units to the right of the safe area(I forgot what the actual numbers were, so I’m just making the numbers up) . This was done on the iPhone 11 Pro simulator and looked good. However, in the iPhone SE simulator, the label text was cutoff from the screen because the constraints made the textbox smaller. I was wondering how I could address and prevent these issues from occurring between the different sizes of the phone simulators? Any help would be appreciated. Thank you!