From 90be6f304f69d8e9180ffac35277976c25cfee81 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:41:19 +0530 Subject: [PATCH] UX: fix likes notification for multiple users on mobile (#23896) --- app/assets/stylesheets/common/base/menu-panel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/menu-panel.scss b/app/assets/stylesheets/common/base/menu-panel.scss index 40d71e18bb2..211fc308f48 100644 --- a/app/assets/stylesheets/common/base/menu-panel.scss +++ b/app/assets/stylesheets/common/base/menu-panel.scss @@ -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;