Opened 11 years ago
Closed 11 years ago
#34643 closed defect (bug) (invalid)
Admin-bar "Like" button on Page has incorrect line-height;
| Reported by: | jekkilekki | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 4.3.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
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:
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:
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


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.