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

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 {