summaryrefslogtreecommitdiff
path: root/source/features/batch-open-issues.tsx
diff options
context:
space:
mode:
authorGravatar arnaudvalle <arnaudvalle@users.noreply.github.com> 2020-03-19 18:26:12 +0100
committerGravatar GitHub <noreply@github.com> 2020-03-19 18:26:12 +0100
commitf4fcab5c11ebd634526a3eb62e37b5c5664c929d (patch)
tree000fb65286ec984b83f20ae4d30c2cc51a205b40 /source/features/batch-open-issues.tsx
parent8426bcf78b6cfbe966f74f1c2fbffd75070608a0 (diff)
downloadrefined-github-f4fcab5c11ebd634526a3eb62e37b5c5664c929d.tar.gz
refined-github-f4fcab5c11ebd634526a3eb62e37b5c5664c929d.tar.zst
refined-github-f4fcab5c11ebd634526a3eb62e37b5c5664c929d.zip
Adjust filters padding on Security page (#2902)
Co-authored-by: Federico Brigante <opensource@bfred.it>
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r--source/features/batch-open-issues.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx
index ea827372..bb257918 100644
--- a/source/features/batch-open-issues.tsx
+++ b/source/features/batch-open-issues.tsx
@@ -42,7 +42,7 @@ function init(): void | false {
select('.table-list-header-toggle:not(.states)')?.prepend(
<button
type="button"
- className="btn-link rgh-batch-open-issues pr-2"
+ className="btn-link rgh-batch-open-issues px-2"
>
Open all
</button>