diff --git a/src/components/Card/style.css.ts b/src/components/Card/style.css.ts
index 55fffe0..a79f0c9 100644
--- a/src/components/Card/style.css.ts
+++ b/src/components/Card/style.css.ts
@@ -60,7 +60,7 @@ export const header = style([
display: 'flex',
gap: '8px',
color: COLORS['Grey/400'],
- wordBreak: 'keep-all',
+ wordBreak: 'break-all',
},
]);
@@ -68,7 +68,7 @@ export const body = style([
sprinkles({ typography: '15/Body/Regular' }),
{
whiteSpace: 'pre-wrap',
- wordBreak: 'keep-all',
+ wordBreak: 'break-all',
},
]);
diff --git a/src/components/Modal/modals/EditFolder.tsx b/src/components/Modal/modals/EditFolder.tsx
index 162fc89..6b2c56a 100644
--- a/src/components/Modal/modals/EditFolder.tsx
+++ b/src/components/Modal/modals/EditFolder.tsx
@@ -89,8 +89,8 @@ const EditFolder = () => {
취소