xxxxxxxxxx
<ListItemText
primary="My lengthy text that will be truncated"
primaryTypographyProps={{
style: {
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
},
}}
/>