Skip to content

Commit e7c68ee

Browse files
committed
chore: remove extra auto that is no longer needed
It seems to have been added in 2ad8034 when there were five rows, but then the header row was removed and so this one is no longer needed
1 parent 86bb869 commit e7c68ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)