diff options
Diffstat (limited to 'source/features/preview-hidden-comments.css')
-rw-r--r-- | source/features/preview-hidden-comments.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/preview-hidden-comments.css b/source/features/preview-hidden-comments.css index fb23397e..94ccbe73 100644 --- a/source/features/preview-hidden-comments.css +++ b/source/features/preview-hidden-comments.css @@ -1,5 +1,5 @@ /* Truncate hidden comment preview text with ellipsis */ -.rgh-preview-hidden-comments :is(.discussion-item-copy, .timeline-comment-header-text) { +.rgh-preview-hidden-comments :is(.timeline-comment-header-text, summary h3) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; |