From 72f41bcc1cf1c1f5e69e0c9bbe3ee36086c730cd Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 2 Mar 2023 14:54:00 +0000 Subject: [PATCH] Fixed text wrapping issues refs https://github.com/TryGhost/Team/issues/2606 --- ghost/admin/app/styles/layouts/mentions.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/mentions.css b/ghost/admin/app/styles/layouts/mentions.css index 6163bf980f..69f807f11a 100644 --- a/ghost/admin/app/styles/layouts/mentions.css +++ b/ghost/admin/app/styles/layouts/mentions.css @@ -40,7 +40,6 @@ font-size: 1.35rem; line-height: 1.2; margin-bottom: 14px; - white-space: nowrap; position: relative; } @@ -115,6 +114,9 @@ .gh-mention-timestamp { margin-left: auto; padding-left: 32px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .gh-mention-content {