fix: placeholder for broken image urls and avoid overlowing emoji alt text (#327)
This commit is contained in:
parent
e75cc9edf2
commit
8f32b1ce22
2 changed files with 4 additions and 1 deletions
|
@ -43,6 +43,7 @@ body {
|
|||
|
||||
.custom-emoji {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
max-height: 1.3em;
|
||||
max-width: 1.3em;
|
||||
vertical-align: text-bottom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue