Skip to content

Instantly share code, notes, and snippets.

@jekkilekki
Last active November 13, 2015 04:54
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 jekkilekki/f1673a0c8f486f279e8f to your computer and use it in GitHub Desktop.
Save jekkilekki/f1673a0c8f486f279e8f to your computer and use it in GitHub Desktop.
Fix the WP Jetpack Likes text on Pages

With Jetack "Likes" turned on, when logged in, in the wpadminbar, the "Like" button text doesn't line up:

Like text out of line

To fix it, add: line-height: inherit;

To: #wpadminbar .quicklinks li#wp-admin-bar-wpl-like > a { ... }

Like text fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment