Administration: Correct "Quick Edit" link height in list tables for consistency with other action links.

Props jobthomas, burhandodhy.
Fixes #47815.
Built from https://develop.svn.wordpress.org/trunk@45756


git-svn-id: http://core.svn.wordpress.org/trunk@45567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-08-05 22:20:58 +00:00
parent e4f1204e04
commit e081194455
5 changed files with 5 additions and 3 deletions

View File

@ -1918,6 +1918,7 @@ div.action-links,
.row-actions span .button-link {
display: inline-block;
padding: 4px 0;
line-height: 1.5;
}
.row-actions span.approve:before,

File diff suppressed because one or more lines are too long

View File

@ -1918,6 +1918,7 @@ div.action-links,
.row-actions span .button-link {
display: inline-block;
padding: 4px 0;
line-height: 1.5;
}
.row-actions span.approve:before,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45755';
$wp_version = '5.3-alpha-45756';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.