We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1453d0 commit 3e4d4c9Copy full SHA for 3e4d4c9
1 file changed
apps/web/src/components/ui/sidebar.tsx
@@ -704,7 +704,7 @@ function SidebarFooter({ className, ...props }: React.ComponentProps<"div">) {
704
function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>) {
705
return (
706
<Separator
707
- className={cn("mx-2 w-auto bg-sidebar-border", className)}
+ className={cn("mx-2 w-[calc(100%-1rem)] bg-sidebar-border", className)}
708
data-sidebar="separator"
709
data-slot="sidebar-separator"
710
{...props}
0 commit comments