Coding Standards: Add a leading zero in the CSS declarations printed by the print_emoji_styles() function.

Follow-up to [31733], [31786].

Props audrasjb, sabernhardt.
Fixes .

git-svn-id: https://develop.svn.wordpress.org/trunk@51918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-10-18 16:52:51 +00:00
parent ac18b68a32
commit 4dae388d32

@ -5650,7 +5650,7 @@ img.emoji {
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;