Aligned text within text boxes should keep consistent padding when resizing
D
Drew Beck
If you have a box with text in it and align the text top/left/right/bottom within the box, when you resize the box larger or smaller the padding changes
At minimum the padding should be consistent along the selected axis (ie top, bottom, left, or right) regardless of how you resize the box. this will let me/users create consistent designs where the text AND the boxes actually align.
D
Drew Beck
in fact "vertically center align" is the only method that works to actually set consistent padding top/bottom, which is very counterintuitive and strange! "top align" puts a ton of extra padding at the top, and adds more if you have a tall text box.