UX: Make emoji size consistent for oneboxed GH issues with short tags. (#13586)

This commit is contained in:
Roman Rizzi
2021-06-30 12:38:50 -03:00
committed by GitHub
parent 88da06cba0
commit 6209b11659

View File

@@ -509,6 +509,7 @@ pre.onebox code {
.emoji {
max-height: 15px;
margin: 0.2em;
min-width: 15px;
}
}