Skip to content

Commit 03034b0

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: add padding to fn list (#44124)
GitOrigin-RevId: 856f0307ead632e9e0800aafdae2f35480c285e7
1 parent b9e000d commit 03034b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/functions/components/DirectorySidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function DirectorySidebar({
4646
)}
4747
/>
4848
</div>
49-
<div className="scrollbar w-full overflow-x-hidden pt-1">
49+
<div className="scrollbar w-full overflow-x-hidden pt-1 pb-4">
5050
<FileTree
5151
tree={rootEntries}
5252
onChangeFunction={onChangeFunction}

0 commit comments

Comments
 (0)