Dashboard: Tweak the "Try Gutenberg" subheading line height.

Props pento, pbiron, afercia, SergeyBiryukov.
Fixes #44627.


Built from https://develop.svn.wordpress.org/branches/4.9@43536


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2018-07-26 03:54:24 +00:00
parent e3bce2d81a
commit da5f52aae3
5 changed files with 5 additions and 3 deletions

View File

@ -127,6 +127,7 @@
.try-gutenberg-panel h3 {
margin: 17px 0 0;
font-size: 16px;
line-height: 1.4;
}
.welcome-panel li,

File diff suppressed because one or more lines are too long

View File

@ -127,6 +127,7 @@
.try-gutenberg-panel h3 {
margin: 17px 0 0;
font-size: 16px;
line-height: 1.4;
}
.welcome-panel li,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.8-RC1-43534';
$wp_version = '4.9.8-RC1-43536';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.