mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Merge pull request #6644 from mxmou/avatar-overflow-hidden
Fix Explore/search tile overflow when avatars don't load
This commit is contained in:
commit
6b2653b2f9
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
border-radius: 4px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue