chore: text overflow word-wrap & cleanup

This commit is contained in:
dongchengjie
2024-05-20 12:38:41 +08:00
parent b4fddaec7f
commit 08e0d6a34a
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",
},
}));