CSS Coding Standards: Use unitless values for `line-height` in `wp-admin/css/customize-widgets.css`.

Props ianbelanger, pbiron, afercia.
Fixes #46509. See #44643.
Built from https://develop.svn.wordpress.org/trunk@45460


git-svn-id: http://core.svn.wordpress.org/trunk@45271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-29 16:01:53 +00:00
parent bb3c264350
commit 9860a4366d
5 changed files with 5 additions and 5 deletions

View File

@ -85,7 +85,7 @@
.widget-inside {
padding: 1px 10px 10px 10px;
border-top: none;
line-height: 16px;
line-height: 1.23076923;
}
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {

File diff suppressed because one or more lines are too long

View File

@ -85,7 +85,7 @@
.widget-inside {
padding: 1px 10px 10px 10px;
border-top: none;
line-height: 16px;
line-height: 1.23076923;
}
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45459';
$wp_version = '5.3-alpha-45460';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.