1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 10:25:22 +02: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:
Mario Lubenka 2019-09-03 19:08:30 +02:00 committed by Antoine GIRARD
parent 2bcd7f34e9
commit be29811f2f
2 changed files with 4 additions and 0 deletions

View file

@ -1424,6 +1424,9 @@
max-width: 100%;
padding: 5px 5px 0 5px;
}
img.emoji {
padding: 0;
}
clear: right;
}