A form’s field labels are currently left-aligned by default,…

A form’s field labels are currently left-aligned by default, and a designer decides the layout would look cleaner with the labels aligned flush to the right edge of their column, closer to the input fields beside them. Which text-align value should replace the default?

Inkwell Illustration Studio has two buttons — one labeled “S…

Inkwell Illustration Studio has two buttons — one labeled “Save” and one labeled “Save and Publish Immediately” — inside a flex row, and wants each button’s width to start from its own text length rather than an equal split. Should the developer use `flex: 1;` or `flex: auto;`?