summaryrefslogtreecommitdiff
path: root/source/features/preview-hidden-comments.css
blob: d6e94d12f5874068cbcd791c20788c67b03772c6 (plain) (blame)
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;
}