In my current design, I have form labels positioned inline to the left of text fields, with each label varying in width. My goal is to align the right edge of the text fields.
Here is how the fields currently appear, with the right edge misaligned:
Name: _____________
Address: _____________
City: _____________
I am aiming for a layout like this:
Name: _______________
Address: _____________
City: _________________
Is there a way to achieve this without setting a fixed width on each text field?