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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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