1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Ensure avatars cannot be squished

This commit is contained in:
Andrew Kingston 2023-01-13 08:28:21 +00:00
parent 4e4b074635
commit 0f47d8da38

View file

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