From 6da8445436363f96af560d5155b22e9dd10a86b9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 May 2019 12:35:03 +0000 Subject: [PATCH] CSS Coding Standards: Use unitless values for `line-height` in `wp-includes/css/jquery-ui-dialog.css`. Props ianbelanger, pbiron, afercia. Fixes #46521. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@45471 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/jquery-ui-dialog.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/css/jquery-ui-dialog.css b/src/wp-includes/css/jquery-ui-dialog.css index 26a81a257a..831de2c8b9 100644 --- a/src/wp-includes/css/jquery-ui-dialog.css +++ b/src/wp-includes/css/jquery-ui-dialog.css @@ -182,7 +182,7 @@ display: inline-block; text-decoration: none; font-size: 13px; - line-height: 26px; + line-height: 2; height: 28px; margin: 0; padding: 0 10px 1px; @@ -272,7 +272,7 @@ height: 36px; font-size: 18px; font-weight: 600; - line-height: 36px; + line-height: 2; padding: 0 36px 0 16px; } @@ -298,7 +298,7 @@ speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - line-height: 36px; + line-height: 1.8; width: 36px; height: 36px; content: "\f158";