diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index 54db8efad0..d1cdb5e4cb 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -142,7 +142,7 @@ p.has-drop-cap:not(:focus)::first-letter { color: #fff; font-size: 12px; font-weight: 700; - line-height: 15px; + line-height: 1.25; padding: 10px 30px 11px; text-transform: uppercase; vertical-align: bottom; @@ -235,7 +235,7 @@ p.has-drop-cap:not(:focus)::first-letter { .wp-block-button .wp-block-button__link { font-size: 12px; font-weight: 700; - line-height: 15px; + line-height: 1.25; padding: 10px 30px 11px; text-decoration: none; text-transform: uppercase; diff --git a/wp-content/themes/twentyfourteen/css/editor-blocks.css b/wp-content/themes/twentyfourteen/css/editor-blocks.css index bee982dd9e..8cf3c0e5e7 100644 --- a/wp-content/themes/twentyfourteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfourteen/css/editor-blocks.css @@ -336,7 +336,7 @@ p.has-drop-cap:not(:focus)::first-letter { color: #fff; font-size: 12px; font-weight: 700; - line-height: normal; + line-height: 1.25; padding: 10px 30px 11px; text-transform: uppercase; vertical-align: bottom; @@ -418,6 +418,7 @@ p.has-drop-cap:not(:focus)::first-letter { .wp-block-button .wp-block-button__link { font-size: 12px; font-weight: 700; + line-height: 1.25; padding: 10px 30px 11px; text-transform: uppercase; vertical-align: bottom; diff --git a/wp-includes/version.php b/wp-includes/version.php index dc23a90cd4..6896f0f8b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55931'; +$wp_version = '6.3-alpha-55932'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.