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
This commit is contained in:
Sergey Biryukov 2019-05-25 14:43:29 +00:00
parent 1752bc29a7
commit 56b2957c2e
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
.widgets-holder-wrap .widget-inside { .widgets-holder-wrap .widget-inside {
border-top: none; border-top: none;
padding: 1px 15px 15px 15px; padding: 1px 15px 15px 15px;
line-height: 1.2; line-height: 1.23076923;
} }
.widget.widget-dirty .widget-control-close-wrapper { .widget.widget-dirty .widget-control-close-wrapper {
@ -541,7 +541,7 @@ div#widgets-right .closed .widgets-sortables {
color: #666; color: #666;
background: #EEE; background: #EEE;
padding: 0 15px; padding: 0 15px;
line-height: 3.35; line-height: 3.30769230;
border-left: 1px solid #DDD; border-left: 1px solid #DDD;
} }