diff --git a/apps/dokploy/components/dashboard/shared/rebuild-database.tsx b/apps/dokploy/components/dashboard/shared/rebuild-database.tsx index 0d958a478..55153c56d 100644 --- a/apps/dokploy/components/dashboard/shared/rebuild-database.tsx +++ b/apps/dokploy/components/dashboard/shared/rebuild-database.tsx @@ -87,29 +87,29 @@ export const RebuildDatabase = ({ id, type }: Props) => { Are you absolutely sure? - - This action will: - - Stop the current database service - Delete all existing data and volumes - Reset to the default configuration - Restart the service with a clean state - - - This action cannot be undone. - + + + This action will: + + Stop the current database service + Delete all existing data and volumes + Reset to the default configuration + Restart the service with a clean state + + + This action cannot be undone. + + Cancel - - Yes, rebuild database - + Yes, rebuild database diff --git a/apps/dokploy/components/ui/sidebar.tsx b/apps/dokploy/components/ui/sidebar.tsx index f6bce8317..6c9ca131a 100644 --- a/apps/dokploy/components/ui/sidebar.tsx +++ b/apps/dokploy/components/ui/sidebar.tsx @@ -368,7 +368,7 @@ function SidebarContent({ className, ...props }: React.ComponentProps<"div">) { data-slot="sidebar-content" data-sidebar="content" className={cn( - "no-scrollbar flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden", + "no-scrollbar flex min-h-0 flex-1 flex-col gap-2 overflow-y-auto overflow-x-hidden", className, )} {...props} diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index 3920d5535..1f0c53df4 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -1,6 +1,6 @@ { "name": "dokploy", - "version": "v0.29.10", + "version": "v0.29.11", "private": true, "license": "Apache-2.0", "type": "module",
This action will:
- This action cannot be undone. -
+ This action cannot be undone. +