mirror of
https://github.com/discourse/discourse.git
synced 2026-08-18 00:44:59 -05:00
UX: fix likes notification for multiple users on mobile (#23896)
This commit is contained in:
@@ -454,9 +454,9 @@
|
|||||||
span.double-user,
|
span.double-user,
|
||||||
// e.g., "username, username2"
|
// e.g., "username, username2"
|
||||||
span.multi-user
|
span.multi-user
|
||||||
// e.g., "username, username2, and n others"
|
// e.g., "username and n others"
|
||||||
{
|
{
|
||||||
display: inline-flex;
|
display: inline;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user