UX: fix likes notification for multiple users on mobile (#23896)

This commit is contained in:
Meghna 2023-10-11 20:41:19 +05:30 committed by GitHub
parent 597ef11195
commit 90be6f304f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,9 +454,9 @@
span.double-user,
// e.g., "username, username2"
span.multi-user
// e.g., "username, username2, and n others"
// e.g., "username and n others"
{
display: inline-flex;
display: inline;
max-width: 100%;
align-items: baseline;
white-space: nowrap;