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:
parent
1b4d29ab71
commit
84efe08557
@ -85,7 +85,7 @@
|
|||||||
.widget-inside {
|
.widget-inside {
|
||||||
padding: 1px 10px 10px 10px;
|
padding: 1px 10px 10px 10px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
line-height: 16px;
|
line-height: 1.23076923;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {
|
||||||
|
Loading…
Reference in New Issue
Block a user