From cfe0064c7a1e02c56a3953e001fe728008d9f836 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 May 2019 12:39:26 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/wp-embed-template.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/wp-embed-template.css b/src/wp-includes/css/wp-embed-template.css index 41a46af561..e03fd61164 100644 --- a/src/wp-includes/css/wp-embed-template.css +++ b/src/wp-includes/css/wp-embed-template.css @@ -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; }