79567304

Date: 2025-04-10 18:09:26
Score: 1
Natty:
Report link

For mui v7

<Grid container>
  <Grid
    size={6}
    sx={{
      overflow: "hidden",
      textOverflow: "ellipsis",
    }}
  >
    <Typography noWrap>LOOOOOONG TEXT THAT keeps going and going and going</Typography>
  </Grid>
</Grid>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: eleventhaus