From 7ebd8a44f5c4fd5ed935bd2b016c5565c7f5d568 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 20 Jan 2023 10:05:16 -0500 Subject: [PATCH] UX: hide date in timeline when wrapping (#19912) --- app/assets/stylesheets/common/topic-timeline.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/topic-timeline.scss b/app/assets/stylesheets/common/topic-timeline.scss index dcf6afb523..ea13ee5bc3 100644 --- a/app/assets/stylesheets/common/topic-timeline.scss +++ b/app/assets/stylesheets/common/topic-timeline.scss @@ -259,6 +259,7 @@ overflow: hidden; padding-left: 1em; position: absolute; // prevents text length from impacting width + max-height: 3em; // this hides the date when the count + date would wrap to more than 2 lines } .timeline-ago {