Skip to content

Commit

Permalink
Administration: Correct "Quick Edit" link height in list tables for c…
Browse files Browse the repository at this point in the history
…onsistency with other action links.

Props jobthomas, burhandodhy.
Fixes #47815.

git-svn-id: https://develop.svn.wordpress.org/trunk@45756 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Aug 5, 2019
1 parent 4bbe1ab commit bab0d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-admin/css/list-tables.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1918,6 +1918,7 @@ div.action-links,
.row-actions span .button-link { .row-actions span .button-link {
display: inline-block; display: inline-block;
padding: 4px 0; padding: 4px 0;
line-height: 1.5;
} }


.row-actions span.approve:before, .row-actions span.approve:before,
Expand Down

0 comments on commit bab0d4e

Please sign in to comment.