Taxonomy: Remove extra padding around buttons on term edit page.

Props monikarao, mukesh27, chetan200891.
See #9777.
Fixes #45183.

Built from https://develop.svn.wordpress.org/trunk@44621


git-svn-id: http://core.svn.wordpress.org/trunk@44452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-01-16 12:59:52 +00:00
parent 077af6e47d
commit da760d1ecf
5 changed files with 3 additions and 9 deletions

View File

@ -1199,9 +1199,6 @@ p.popular-tags a {
.edit-tag-actions {
margin-top: 20px;
overflow: hidden;
padding: 10px;
margin-left: 10px;
}
/* Comments */

File diff suppressed because one or more lines are too long

View File

@ -1199,9 +1199,6 @@ p.popular-tags a {
.edit-tag-actions {
margin-top: 20px;
overflow: hidden;
padding: 10px;
margin-right: 10px;
}
/* Comments */

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta1-44620';
$wp_version = '5.1-beta1-44621';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.