We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6727f commit 2585de5Copy full SHA for 2585de5
1 file changed
frontend/src/pages/console/user/page.tsx
@@ -80,7 +80,7 @@ function UserConsoleContent() {
80
<SidebarTrigger className="-ml-1 shrink-0" />
81
<Separator
82
orientation="vertical"
83
- className="mr-2 shrink-0 data-[orientation=vertical]:h-4"
+ className="mr-2 shrink-0 data-[orientation=vertical]:h-4 data-[orientation=vertical]:self-center"
84
/>
85
<Breadcrumb className="flex min-w-0 flex-1 overflow-hidden">
86
<BreadcrumbList className="min-w-0 flex-1 flex-nowrap break-normal">
0 commit comments