From 97311ba5c69098f2c80f31b495517e029163b0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Thu, 18 Jun 2020 16:57:27 +0200 Subject: [PATCH] Update entity overview card grid (#1366) --- .../components/EntityMetadataCard/EntityMetadataCard.tsx | 2 +- plugins/catalog/src/components/EntityPage/EntityPage.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/catalog/src/components/EntityMetadataCard/EntityMetadataCard.tsx b/plugins/catalog/src/components/EntityMetadataCard/EntityMetadataCard.tsx index d7a3bc81f6..57082a9c91 100644 --- a/plugins/catalog/src/components/EntityMetadataCard/EntityMetadataCard.tsx +++ b/plugins/catalog/src/components/EntityMetadataCard/EntityMetadataCard.tsx @@ -23,7 +23,7 @@ type Props = { }; export const EntityMetadataCard: FC = ({ entity }) => ( - + ); diff --git a/plugins/catalog/src/components/EntityPage/EntityPage.tsx b/plugins/catalog/src/components/EntityPage/EntityPage.tsx index e74276697b..d9953498ec 100644 --- a/plugins/catalog/src/components/EntityPage/EntityPage.tsx +++ b/plugins/catalog/src/components/EntityPage/EntityPage.tsx @@ -149,11 +149,11 @@ export const EntityPage: FC<{}> = () => { - - + + - +