From 5311da0db4f3a8adbe3f17709a662665c8648ced Mon Sep 17 00:00:00 2001 From: MattiasOz Date: Mon, 2 Oct 2023 15:50:59 +0200 Subject: [PATCH] feat: removed reserved space for empty titles in vega_card, version_3 #1923 --- ui/src/vega.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/vega.tsx b/ui/src/vega.tsx index f06e5b79155..ad5dfb16fd1 100644 --- a/ui/src/vega.tsx +++ b/ui/src/vega.tsx @@ -146,7 +146,7 @@ export const const { specification, data, title, grammar = 'vega-lite' } = state return (
- {title &&
{title}
} + {title &&
{title}
}