diff --git a/client/src/components/ui/dialog.tsx b/client/src/components/ui/dialog.tsx index 1bbc125..db9e67a 100644 --- a/client/src/components/ui/dialog.tsx +++ b/client/src/components/ui/dialog.tsx @@ -41,7 +41,7 @@ const DialogContent = React.forwardRef< )} {...props} > -
+
{children}
diff --git a/client/src/layouts/dashboard-layout.tsx b/client/src/layouts/dashboard-layout.tsx index 8cec4d1..e616903 100644 --- a/client/src/layouts/dashboard-layout.tsx +++ b/client/src/layouts/dashboard-layout.tsx @@ -137,7 +137,7 @@ export function DashboardLayout({ children, title, description }: DashboardLayou
-
+
- + My Account @@ -250,7 +250,9 @@ export function DashboardLayout({ children, title, description }: DashboardLayou {description &&

{description}

}
- {children} +
+ {children} +
diff --git a/client/src/pages/ldap-query-builder-page.tsx b/client/src/pages/ldap-query-builder-page.tsx index a8dc010..1d77633 100644 --- a/client/src/pages/ldap-query-builder-page.tsx +++ b/client/src/pages/ldap-query-builder-page.tsx @@ -869,7 +869,7 @@ const LdapQueryBuilderPage = () => { }; return ( - +
{/* Sidebar */}