The search button is centered vertically instead of aligning with the input field. You can fix it by forcing both elements into the same line and aligning them, for example using display: flex; align-items:...
View Questionsilkytext
20 Reputation
The search button is centered vertically instead of aligning with the input field. You can fix it by forcing both elements into the same line and aligning them, for example using display: flex; align-items:...
View Question