chore: text overflow word-wrap & cleanup

This commit is contained in:
dongchengjie
2024-05-20 12:38:41 +08:00
parent 1bc46f22b4
commit 16b11fee31
6 changed files with 19 additions and 17 deletions

View File

@@ -30,6 +30,7 @@ const Item = styled(Box)(({ theme: { palette, typography } }) => ({
},
"& .data": {
color: palette.text.primary,
overflowWrap: "anywhere",
},
}));