mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Bugfix/deformed emoji in commit message (backport 1.9) (#8071)
* 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
5d2676089e
commit
7727f84fe8
@ -1544,6 +1544,9 @@
|
||||
max-width: 100%;
|
||||
padding: 5px 5px 0 5px;
|
||||
}
|
||||
img.emoji {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
clear: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user