CSS Coding Standards: Use unitless values for line-height in wp-admin/css/revisions.css.
Props ianbelanger, pbiron, afercia. Fixes #46517. See #44643. Built from https://develop.svn.wordpress.org/trunk@45468 git-svn-id: http://core.svn.wordpress.org/trunk@45279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -266,7 +266,7 @@ table.diff .diff-addedline ins {
|
||||
}
|
||||
|
||||
.diff-title strong {
|
||||
line-height: 32px;
|
||||
line-height: 2.46153846;
|
||||
min-width: 60px;
|
||||
text-align: left;
|
||||
float: right;
|
||||
@@ -275,7 +275,7 @@ table.diff .diff-addedline ins {
|
||||
|
||||
.revisions-controls .author-card .author-info {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
line-height: 1.33333333;
|
||||
}
|
||||
|
||||
.revisions-controls .author-card .avatar,
|
||||
|
||||
2
wp-admin/css/revisions-rtl.min.css
vendored
2
wp-admin/css/revisions-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -266,7 +266,7 @@ table.diff .diff-addedline ins {
|
||||
}
|
||||
|
||||
.diff-title strong {
|
||||
line-height: 32px;
|
||||
line-height: 2.46153846;
|
||||
min-width: 60px;
|
||||
text-align: right;
|
||||
float: left;
|
||||
@@ -275,7 +275,7 @@ table.diff .diff-addedline ins {
|
||||
|
||||
.revisions-controls .author-card .author-info {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
line-height: 1.33333333;
|
||||
}
|
||||
|
||||
.revisions-controls .author-card .avatar,
|
||||
|
||||
2
wp-admin/css/revisions.min.css
vendored
2
wp-admin/css/revisions.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user