I’ve been following the great design advice of Refactoring UI, but I’ve hit a little roadblock.
Is it possible to align text fields by their typography baseline?
If not possible, is it possible for me to calculate the baseline? Maybe there’s a calculation I can do given font size + line height + element size + padding, etc.?
Here’s Refactoring UI’s advice and comparison on the matter.