web/composer: fix streched custom emojis in autocomplete (#565)

This commit is contained in:
Derry Tutt 2024-12-29 11:12:47 -07:00 committed by GitHub
parent 534e36da22
commit 7a8d29b6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,7 @@ div.autocompletions {
> img { > img {
width: 1.5rem; width: 1.5rem;
height: 1.5rem; height: 1.5rem;
object-fit: contain;
} }
} }
} }