change(ui): insight item text wrap

This commit is contained in:
Shekar Siri 2023-06-08 09:32:19 +02:00
parent 691c84d5f4
commit 1addb43cb6

View file

@ -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: