I'm trying to figure out how to prevent text in a textfield from extending all the way to the end of the field. My setup includes a textfield with a background image and a button positioned on the right side of the textfield. I want to ensure that the text does not overlap with the button. I attempted using padding-right, but this ended up moving the background image as well, which was not the intended outcome.