Finished MUI for the most part

This commit is contained in:
QkoSad
2024-09-27 21:43:06 +03:00
parent be03889ff3
commit 9bc2015426
29 changed files with 1762 additions and 4102 deletions
+6 -1
View File
@@ -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>