Finished MUI for the most part
This commit is contained in:
@@ -40,7 +40,12 @@ const CommentItem = ({
|
||||
</Button>
|
||||
)}
|
||||
<CardContent>
|
||||
<Typography variant="subtitle1">{text}</Typography>
|
||||
<Typography
|
||||
variant="subtitle1"
|
||||
sx={{ textWrap: "wrap", wordBreak: "break-word" }}
|
||||
>
|
||||
{text}
|
||||
</Typography>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user