From 56b2957c2e5a6a7b59dc1e07cf3e8ca89ef469c9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 May 2019 14:43:29 +0000 Subject: [PATCH] CSS Coding Standards: Update unitless values for `line-height` in `wp-admin/css/widgets.css` with more precise calculations. Props ianbelanger. Fixes #46531. git-svn-id: https://develop.svn.wordpress.org/trunk@45415 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/widgets.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css index 8f365cf424..6782891cd1 100644 --- a/src/wp-admin/css/widgets.css +++ b/src/wp-admin/css/widgets.css @@ -39,7 +39,7 @@ .widgets-holder-wrap .widget-inside { border-top: none; padding: 1px 15px 15px 15px; - line-height: 1.2; + line-height: 1.23076923; } .widget.widget-dirty .widget-control-close-wrapper { @@ -541,7 +541,7 @@ div#widgets-right .closed .widgets-sortables { color: #666; background: #EEE; padding: 0 15px; - line-height: 3.35; + line-height: 3.30769230; border-left: 1px solid #DDD; }