From 71fa9cdc42fa7e7a1bacefdb62f4292205e9225e Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Wed, 6 Dec 2023 17:30:56 +0100 Subject: [PATCH] style: Update margins --- app/components/chart-filters-list.tsx | 2 +- app/components/chart-preview.tsx | 2 +- app/components/chart-published.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/chart-filters-list.tsx b/app/components/chart-filters-list.tsx index 735c0a062..3bce94d9a 100644 --- a/app/components/chart-filters-list.tsx +++ b/app/components/chart-filters-list.tsx @@ -137,7 +137,7 @@ export const ChartFiltersList = (props: ChartFiltersListProps) => { {allFilters.map(({ dimension, value }, i) => ( diff --git a/app/components/chart-preview.tsx b/app/components/chart-preview.tsx index b21d7b13b..0c1bdaa77 100644 --- a/app/components/chart-preview.tsx +++ b/app/components/chart-preview.tsx @@ -174,7 +174,7 @@ export const ChartPreviewInner = (props: ChartPreviewProps) => { } /> - + {isTablePreview ? ( { ref={containerRef} height={containerHeight.current!} flexGrow={1} + mt={4} > {isTablePreview ? (