change(ui): insight item text wrap
This commit is contained in:
parent
691c84d5f4
commit
1addb43cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue