fix #253: trim long text without space (#256)

This commit is contained in:
lenhanphung
2025-10-27 17:53:01 +07:00
committed by GitHub
parent cdaed8a7c1
commit 2355ee8771
3 changed files with 50 additions and 9 deletions
+3 -1
View File
@@ -655,7 +655,9 @@ export default function EventPreviewModal({
height: 12,
}}
/>
<Typography>{calendar.name}</Typography>
<Typography sx={{ wordBreak: "break-word" }}>
{calendar.name}
</Typography>
</Box>
</ResponsiveDialog>
<EditModeDialog