mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-table {
|
||||||
|
img.emoji.only-emoji {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
small img.emoji,
|
small img.emoji,
|
||||||
sub img.emoji,
|
sub img.emoji,
|
||||||
sup img.emoji {
|
sup img.emoji {
|
||||||
|
Loading…
Reference in New Issue
Block a user