masakudamatsu / line-height-picker

A front-end web app that helps web designers/developers pick the best line-height value for their websites
https://line-height-picker.vercel.app
MIT License
2 stars 1 forks source link

Show alert directly below the Get CSS button if some input values are empty #85

Closed masakudamatsu closed 4 years ago

masakudamatsu commented 4 years ago

Currently, the alert shows up below the empty input field (#76). But the user may not notice it after clicking the button.

masakudamatsu commented 4 years ago

Dealt with by making the empty input field focused after clicking the button (#83 )