[frontend/components] Clip overflowing avatar alt text when avatar fails to load

This commit is contained in:
pancakes 2025-02-22 12:26:41 +10:00 committed by Laura Hausmann
parent e73c719416
commit cb9d078496
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -4,4 +4,5 @@
object-fit: cover; object-fit: cover;
width: var(--size); width: var(--size);
height: var(--size); height: var(--size);
overflow: clip;
} }