mirror of
https://github.com/go-gitea/gitea
synced 2025-08-01 23:28:36 +00:00
Fixes deformed emoji in pull request reviews (#8047)
* Fixes deformed emoji in pull request comments or reviews Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Generate css via command Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
committed by
Antoine GIRARD
parent
2bcd7f34e9
commit
be29811f2f
@@ -1424,6 +1424,9 @@
|
||||
max-width: 100%;
|
||||
padding: 5px 5px 0 5px;
|
||||
}
|
||||
img.emoji {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
clear: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user