fix: placeholder for broken image urls and avoid overlowing emoji alt text (#327)

This commit is contained in:
Daniel Roe 2022-12-04 14:14:12 +00:00 committed by GitHub
parent e75cc9edf2
commit 8f32b1ce22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -43,6 +43,7 @@ body {
.custom-emoji {
display: inline-block;
overflow: hidden;
max-height: 1.3em;
max-width: 1.3em;
vertical-align: text-bottom;