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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user