FIX: do not increase size of emojis in markdown tables (#8742)
This commit is contained in:
parent
ab07b945c2
commit
56fa77c032
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue