Ensure avatars cannot be squished

This commit is contained in:
Andrew Kingston 2023-01-13 08:28:21 +00:00
parent 4e4b074635
commit 0f47d8da38
1 changed files with 1 additions and 0 deletions

View File

@ -58,5 +58,6 @@
overflow: hidden;
user-select: none;
text-transform: uppercase;
flex-shrink: 0;
}
</style>