Merge pull request from mxmou/avatar-overflow-hidden

Fix Explore/search tile overflow when avatars don't load
This commit is contained in:
Tom Lum 2022-06-08 10:39:33 -04:00 committed by GitHub
commit 6b2653b2f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,10 @@
border-radius: 4px;
width: 32px;
height: 32px;
display: block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
}