Fix activity card overflow due to screen scaling

* Fixes #2033
This commit is contained in:
JonnyWong16 2023-11-09 16:43:41 -08:00
parent 2da3714dd1
commit 89aad6952b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -965,7 +965,7 @@ a .users-poster-face:hover {
font-size: 10px;
text-align: right;
text-transform: uppercase;
line-height: 14px;
line-height: 10px;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}