Skip to content

Commit e1bfb7d

Browse files
boramyi-tsclaudeowilliams-tetrascience
authored
fix(sidebar): SW-2097 keep collapsed SidebarSeparator within the rail (#154)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Oseer Williams (Small Fry) <265368733+owilliams-tetrascience@users.noreply.github.com>
1 parent 9b6cd7f commit e1bfb7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function SidebarSeparator({
359359
<Separator
360360
data-slot="sidebar-separator"
361361
data-sidebar="separator"
362-
className={cn("mx-2 w-auto bg-sidebar-border", className)}
362+
className={cn("mx-2 data-horizontal:w-auto bg-sidebar-border", className)}
363363
{...props}
364364
/>
365365
)

0 commit comments

Comments
 (0)