FIX: do not apply only-emoji margin for excluded cases (#9619)

This commit is contained in:
Joffrey JAFFEUX 2020-05-03 17:52:19 +02:00 committed by GitHub
parent 784bf2a173
commit d8a086abc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ img.emoji.only-emoji {
img.emoji.only-emoji { img.emoji.only-emoji {
width: 20px; width: 20px;
height: 20px; height: 20px;
margin: 0;
} }
} }