[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove empty area in packge page (#706)

authored by

SHAMIL and committed by
GitHub
2ad8034d df3cc513

+1 -1
+1 -1
app/pages/package/[...package].vue
··· 1149 1149 'install install' 1150 1150 'vulns vulns' 1151 1151 'readme sidebar'; 1152 - grid-template-rows: auto auto auto 1fr; 1152 + grid-template-rows: auto auto auto auto 1fr; 1153 1153 } 1154 1154 } 1155 1155