XF 1.5 How to justify the text and smilies with larger size

I don't really know of a nice way of doing it in posts.

You could reduce the emoji size I suppose, place this in extra.less

Code:
.messageContent img[src$='.emoji.svg'] { width: 18px; }

Not what you're looking for but it would match the other smilies.
 
Top Bottom