Editor: Improve the appearance of tag cloud in Tags meta box in classic editor.
Props sathyapulse, Spaceshipone, tmatsuur, audrasjb, afercia. Merges [46758] to the 5.3 branch. Fixes #48592. Built from https://develop.svn.wordpress.org/branches/5.3@46775 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
abbe0c7912
commit
4baea39a4d
|
@ -1121,7 +1121,7 @@ p.popular-tags a {
|
||||||
margin: 5px 0 10px;
|
margin: 5px 0 10px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
line-height: 1.8;
|
line-height: 1.2;
|
||||||
word-spacing: 3px;
|
word-spacing: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1121,7 +1121,7 @@ p.popular-tags a {
|
||||||
margin: 5px 0 10px;
|
margin: 5px 0 10px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
line-height: 1.8;
|
line-height: 1.2;
|
||||||
word-spacing: 3px;
|
word-spacing: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3.1-alpha-46774';
|
$wp_version = '5.3.1-alpha-46775';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue