summaryrefslogtreecommitdiff
path: root/source/features/preview-hidden-comments.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2022-07-09 12:51:22 +0700
committerGravatar GitHub <noreply@github.com> 2022-07-09 12:51:22 +0700
commitc3d070919dbe35563b95e3b0918b2ac05eff501f (patch)
treec9716256d91a014a99a1c91a6ac918668d437037 /source/features/preview-hidden-comments.tsx
parent8bf8cd2f2fe462ca4e632e00e3782b72187408db (diff)
downloadrefined-github-c3d070919dbe35563b95e3b0918b2ac05eff501f.tar.gz
refined-github-c3d070919dbe35563b95e3b0918b2ac05eff501f.tar.zst
refined-github-c3d070919dbe35563b95e3b0918b2ac05eff501f.zip
Fix `preview-hidden-comments` overflow on mobile (#5792)
Diffstat (limited to 'source/features/preview-hidden-comments.tsx')
-rw-r--r--source/features/preview-hidden-comments.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/preview-hidden-comments.tsx b/source/features/preview-hidden-comments.tsx
index 57c8a262..939ded74 100644
--- a/source/features/preview-hidden-comments.tsx
+++ b/source/features/preview-hidden-comments.tsx
@@ -1,3 +1,4 @@
+import './preview-hidden-comments.css';
import React from 'dom-chef';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';