1 2 3 4 5 6 7
/* Truncate hidden comment preview text with ellipsis */ .rgh-preview-hidden-comments .discussion-item-copy, .rgh-preview-hidden-comments .timeline-comment-header-text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }