diff options
-rw-r--r-- | source/refined-github.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.css b/source/refined-github.css index 9c11c1a8..bab6c17f 100644 --- a/source/refined-github.css +++ b/source/refined-github.css @@ -185,6 +185,7 @@ div[data-target='readme-toc.content'] div.blob-wrapper img { [data-selected-links^='repo_milestones ']:has([title='0']) { width: 36px; /* Size it so only the icon is visible */ overflow: hidden; /* Crop the text out */ + padding-left: 10px; } [data-selected-links^='repo_milestones ']:has([title='0']) svg { |