1
1
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:
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;
}