mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 04:11:33 +08:00
UX: fix likes notification for multiple users on mobile (#23896)
This commit is contained in:
parent
597ef11195
commit
90be6f304f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user