(
return (
diff --git a/beszel/site/src/components/ui/input.tsx b/beszel/site/src/components/ui/input.tsx
index e74fa55..249ad35 100644
--- a/beszel/site/src/components/ui/input.tsx
+++ b/beszel/site/src/components/ui/input.tsx
@@ -9,7 +9,7 @@ const Input = React.forwardRef(({ className, type,
span]:line-clamp-1",
+ "flex h-10 w-full items-center justify-between rounded-md border bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
className
)}
{...props}
diff --git a/beszel/site/src/components/ui/table.tsx b/beszel/site/src/components/ui/table.tsx
index 8634615..ed43e5c 100644
--- a/beszel/site/src/components/ui/table.tsx
+++ b/beszel/site/src/components/ui/table.tsx
@@ -34,7 +34,10 @@ const TableRow = React.forwardRef (
)
@@ -46,7 +49,7 @@ const TableHead = React.forwardRef(({ classNa
return (