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

Props ianbelanger, pbiron, afercia.
Fixes #46509. See #44643.

git-svn-id: https://develop.svn.wordpress.org/trunk@45460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-29 16:00:40 +00:00
parent 1b4d29ab71
commit 84efe08557
1 changed files with 1 additions and 1 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 {