UX: hide date in timeline when wrapping (#19912)

This commit is contained in:
Kris 2023-01-20 10:05:16 -05:00 committed by GitHub
parent b412f03b29
commit 7ebd8a44f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {