CSS Coding Standards: Use unitless values for `line-height` in `wp-includes/css/wp-embed-template.css`.
Props ianbelanger, pbiron, afercia. Fixes #46524. See #44643. Built from https://develop.svn.wordpress.org/trunk@45474 git-svn-id: http://core.svn.wordpress.org/trunk@45285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
05afb2271d
commit
90b2092ab6
|
@ -138,7 +138,7 @@ p.wp-embed-heading {
|
|||
|
||||
.wp-embed-site-title {
|
||||
font-weight: 600;
|
||||
line-height: 25px;
|
||||
line-height: 1.78571428;
|
||||
}
|
||||
|
||||
.wp-embed-site-title a {
|
||||
|
@ -169,7 +169,7 @@ p.wp-embed-heading {
|
|||
}
|
||||
|
||||
.wp-embed-comments a {
|
||||
line-height: 25px;
|
||||
line-height: 1.78571428;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45473';
|
||||
$wp_version = '5.3-alpha-45474';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue