Skip to content

Commit 0ed601c

Browse files
committed
Fix shadcn sidebar submenu horizontal badness
1 parent 0117c8b commit 0ed601c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/ui/sidebar/sidebar-menu-sub.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
data-slot="sidebar-menu-sub"
1616
data-sidebar="menu-sub"
1717
class={cn(
18-
"border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5",
18+
"border-sidebar-border ml-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l pl-2.5 py-0.5",
1919
"group-data-[collapsible=icon]:hidden",
2020
className
2121
)}

0 commit comments

Comments
 (0)