Skip to content

Commit dfcfd36

Browse files
shamilkottataskylizard
authored andcommitted
fix: remove empty area in packge page (npmx-dev#706)
1 parent 6506881 commit dfcfd36

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
@@ -1157,7 +1157,7 @@ function handleClick(event: MouseEvent) {
11571157
'install install'
11581158
'vulns vulns'
11591159
'readme sidebar';
1160-
grid-template-rows: auto auto auto 1fr;
1160+
grid-template-rows: auto auto auto auto 1fr;
11611161
}
11621162
}
11631163

0 commit comments

Comments
 (0)