@@ -272,7 +272,7 @@ export function AppShell({ children }: { children: ReactNode }) {
function SpaceScopedMain({ children }: { children: ReactNode }) {
const { spaceId } = useSpaceId()
return (
-
+
{children}
)
diff --git a/apps/web/src/components/page-shell.tsx b/apps/web/src/components/page-shell.tsx
index 92f1649..f29689b 100644
--- a/apps/web/src/components/page-shell.tsx
+++ b/apps/web/src/components/page-shell.tsx
@@ -2,5 +2,5 @@ import type { ReactNode } from 'react'
import { cn } from '@cfdm/ui/lib/utils'
export function PageShell({ children, className }: { children: ReactNode; className?: string }) {
- return
{children}
+ return
{children}
}
diff --git a/apps/web/src/components/reui-kit/frame-data-grid.tsx b/apps/web/src/components/reui-kit/frame-data-grid.tsx
index 0545fc0..82986ec 100644
--- a/apps/web/src/components/reui-kit/frame-data-grid.tsx
+++ b/apps/web/src/components/reui-kit/frame-data-grid.tsx
@@ -291,14 +291,17 @@ function FrameDataGridBody
({
header: 'text-xs font-medium text-muted-foreground',
}}
>
-
+
{virtualization || horizontalScroll ? (
-
- {tableNode}
-
+
+
+ {tableNode}
+
+
) : (
tableNode
)}
@@ -481,7 +484,7 @@ export function FrameDataGrid({
if (data.length === 0) {
return (
-
+
{hasHeader ? (
) : null}
@@ -511,7 +514,7 @@ export function FrameDataGrid({
)
return (
-
+
{hasHeader ? (
) : null}
diff --git a/packages/ui/src/components/sidebar.tsx b/packages/ui/src/components/sidebar.tsx
index 0327bf0..ffd8a67 100644
--- a/packages/ui/src/components/sidebar.tsx
+++ b/packages/ui/src/components/sidebar.tsx
@@ -310,7 +310,7 @@ function SidebarInset({ className, ...props }: React.ComponentProps<"main">) {