From 6f204ca52144f5d2f62147fc920873c5a86495ea Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 12 Oct 2021 13:06:12 +0100 Subject: [PATCH] more layout changes to /integrations (#914) * added truncate to list --- components/List.tsx | 2 +- pages/integrations/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/List.tsx b/components/List.tsx index 3e53280c..950d8e9f 100644 --- a/components/List.tsx +++ b/components/List.tsx @@ -65,7 +65,7 @@ export function ListItemText +
); @@ -193,7 +193,7 @@ function IntegrationListItem(props: {
{props.title} -
+
{props.title} {props.description}