From 1addb43cb65fc480354fc0bd2634a8b05c087187 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 8 Jun 2023 09:32:19 +0200 Subject: [PATCH] change(ui): insight item text wrap --- .../Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx index f6d96e44e..84202effd 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx @@ -11,7 +11,7 @@ interface Props { function InsightItem(props: Props) { const { item, onClick = () => {} } = props; const className = - 'flex items-center py-4 hover:bg-active-blue -mx-4 px-4 border-b last:border-transparent cursor-pointer'; + 'whitespace-nowrap flex items-center py-4 hover:bg-active-blue -mx-4 px-4 border-b last:border-transparent cursor-pointer'; switch (item.category) { case IssueCategory.RAGE: