UX: hide date in timeline when wrapping (#19912)
This commit is contained in:
parent
b412f03b29
commit
7ebd8a44f5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue