Skip to content

Commit 39c2a3b

Browse files
howwohmmclaudeghostdevv
authored
fix(ui): remove empty space on the package page when the readme is short (#2194)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent 5ba693c commit 39c2a3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ const showSkeleton = shallowRef(false)
11071107
'install sidebar'
11081108
'vulns sidebar'
11091109
'readme sidebar';
1110-
grid-template-rows: auto auto auto auto 1fr;
1110+
grid-template-rows: auto auto auto 1fr;
11111111
}
11121112
}
11131113
@@ -1120,6 +1120,7 @@ const showSkeleton = shallowRef(false)
11201120
'install sidebar'
11211121
'vulns sidebar'
11221122
'readme sidebar';
1123+
grid-template-rows: auto auto auto 1fr;
11231124
}
11241125
}
11251126

0 commit comments

Comments
 (0)