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. git-svn-id: https://develop.svn.wordpress.org/trunk@45474 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f706a2d4c4
commit
cfe0064c7a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user