I have a page with an emoji followed by a space and some text. For example, "
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Adding a timeout to a render function in ReactJS
What I would do is add another span within the
.friends
span that contains the emoji, have it use a right margin, and not have a space after it:I had the same issue, and found out that it happened on non-retina screens only.
To fix it, we applied a
margin
through a media-query like this: