Skip to content

Commit 2ad8034

Browse files
authored
fix: remove empty area in packge page (#706)
1 parent df3cc51 commit 2ad8034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ function handleClick(event: MouseEvent) {
11491149
'install install'
11501150
'vulns vulns'
11511151
'readme sidebar';
1152-
grid-template-rows: auto auto auto 1fr;
1152+
grid-template-rows: auto auto auto auto 1fr;
11531153
}
11541154
}
11551155

0 commit comments

Comments
 (0)