FIX: do not increase size of emojis in markdown tables (#8742)

This commit is contained in:
Joffrey JAFFEUX 2020-01-17 18:15:05 +01:00 committed by GitHub
parent ab07b945c2
commit 56fa77c032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@ img.emoji.only-emoji {
margin: 0.5em 0;
}
.md-table {
img.emoji.only-emoji {
width: 20px;
height: 20px;
}
}
small img.emoji,
sub img.emoji,
sup img.emoji {