CSS Coding Standards: Use unitless values for `line-height` for count bubbles in `wp-admin/css/admin-menu.css`.

Missed in [45186].

Props ianbelanger.
See #46489, #44643.

git-svn-id: https://develop.svn.wordpress.org/trunk@45187 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-13 04:19:52 +00:00
parent 10112902ce
commit eb2f56da08
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ ul#adminmenu > li.current > a.current:after {
background-color: #ca4a1f;
color: #fff;
font-size: 11px;
line-height: 17px;
line-height: 1.6;
text-align: center;
z-index: 26;
}