You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workspace-header/workspace-header.tsx
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -583,17 +583,16 @@ function WorkspaceHeaderImpl({
583
583
}}
584
584
/>
585
585
)}
586
-
{/* The gaps to the search field above and the rule below are the list's
587
-
own padding, so at rest rows sit where they always did, and while
588
-
scrolling they run through the gap beneath the edge fade. */}
586
+
{/** The list owns the gap below search, when shown, and above the separator. */}
0 commit comments