Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#34643 closed defect (bug) (invalid)

Admin-bar "Like" button on Page has incorrect line-height;

Reported by: jekkilekki's profile jekkilekki Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3.1
Component: General Keywords:
Focuses: administration Cc:

Description

This only applies to Pages as far as I can see. There's no "Like" button on the backend, nor one for Posts. It appears right next to the "Customize" button on a Page.

The text "Like" floats underneath the Star icon and lower than the other elements on the page. See image:

http://www.aaronsnowberger.com/wp-content/uploads/2015/11/like-button-error.png

Pushing F12 and bringing up the Developer Tools, I found:

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

Add

line-height: inherit;

to fix the problem. See image:

http://www.aaronsnowberger.com/wp-content/uploads/2015/11/like-button-fixed.png

Change History (1)

#1 @DrewAPicture
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Core doesn't add a Like button to the Toolbar. This might be Jetpack or a similar plugin, in which case you'd want to contact the plugin authors directly on the plugin's support forums on WordPress.org or elsewhere.

Note: See TracTickets for help on using tickets.