From 0ededb14547d6a258cf9c50a9e7f0c995f8aed1b Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Tue, 23 Nov 2021 23:24:58 +0530 Subject: [PATCH] UX: timestamp should not hide handle of topic timeline in mobile. (#15066) Previously, since the space of the timestamp is big in some locales, it blocked the visibility of topic timeline handle in mobile view. --- app/assets/stylesheets/common/topic-timeline.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/topic-timeline.scss b/app/assets/stylesheets/common/topic-timeline.scss index 40bb7267c1..159e82097c 100644 --- a/app/assets/stylesheets/common/topic-timeline.scss +++ b/app/assets/stylesheets/common/topic-timeline.scss @@ -241,6 +241,9 @@ .timeline-ago { color: var(--primary-med-or-secondary-med); + max-width: 70px; + overflow: hidden; + text-overflow: ellipsis; } .timeline-scroller {