CSS Coding Standards: Update unitless values for line-height in wp-admin/css/widgets.css with more precise calculations.
Props ianbelanger. Fixes #46531. Built from https://develop.svn.wordpress.org/trunk@45415 git-svn-id: http://core.svn.wordpress.org/trunk@45226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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-right: 1px solid #DDD;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user