summaryrefslogtreecommitdiff
path: root/source/features/preview-hidden-comments.css
diff options
context:
space:
mode:
authorGravatar Florent <cheap.glitch@gmail.com> 2021-10-14 12:49:30 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-14 12:49:30 +0200
commit9e2bf1a28f4471b65be17f42d0e1fb1aee2a44fc (patch)
tree3da6d9e93fed099ff131f24144467a93474aed05 /source/features/preview-hidden-comments.css
parentff74497c08232f700c82a03e025f3c5f11928ce5 (diff)
downloadrefined-github-9e2bf1a28f4471b65be17f42d0e1fb1aee2a44fc.tar.gz
refined-github-9e2bf1a28f4471b65be17f42d0e1fb1aee2a44fc.tar.zst
refined-github-9e2bf1a28f4471b65be17f42d0e1fb1aee2a44fc.zip
Fix `preview-hidden-comments` on review comments (#4915)
Diffstat (limited to 'source/features/preview-hidden-comments.css')
-rw-r--r--source/features/preview-hidden-comments.css2
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;