Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@adamcapriola
Last active January 18, 2019 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamcapriola/6ae24aaa10ffcfe8fd02d3ee80704156 to your computer and use it in GitHub Desktop.
Save adamcapriola/6ae24aaa10ffcfe8fd02d3ee80704156 to your computer and use it in GitHub Desktop.
Fix Line Height for Input Placeholders in Safari
.search-form input[type=search] {
line-height: revert;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment