I'm looking to truncate long text with an ellipsis, but it doesn't seem to be working. Is there something wrong with my code or how can we improve it?
CODESANDBOX -----> CLICK HERE
<Typography
variant="body2"
color="black"
sx={{
overflow: "hidden",
textOverflow: "ellipsis",
display: "-webkit-box",
WebkitLineClamp: "1",
WebkitBoxOrient: "vertical"
}}
>
femwiofoewjfwjefojweofjwofjoifjoeiwfjoiwejfodqwdqwmodqwopmdoqwdopqwdqwjdpqojd
</Typography>