diff --git a/ui/src/vega.tsx b/ui/src/vega.tsx index f91842d62b..f06e5b7915 100644 --- a/ui/src/vega.tsx +++ b/ui/src/vega.tsx @@ -28,7 +28,6 @@ const padding: 24 }, body: { - marginTop: 16, flexGrow: 1, display: 'flex', }, @@ -148,14 +147,9 @@ export const return (
{title &&
{title}
} - {title &&
-
} - {!title && -
- -
} +
) }