diff --git a/apps/client/src/features/comment/components/comment.module.css b/apps/client/src/features/comment/components/comment.module.css index dad0d94a..fd4ac5be 100644 --- a/apps/client/src/features/comment/components/comment.module.css +++ b/apps/client/src/features/comment/components/comment.module.css @@ -12,6 +12,12 @@ padding: 8px; background: var(--mantine-color-gray-light); cursor: pointer; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; + -ms-word-break: break-word; + max-width: 100%; + box-sizing: border-box; } .commentEditor { diff --git a/apps/client/src/main.tsx b/apps/client/src/main.tsx index 13bb7864..22c3f1c1 100644 --- a/apps/client/src/main.tsx +++ b/apps/client/src/main.tsx @@ -36,6 +36,7 @@ if (isCloud() && isPostHogEnabled) { api_host: getPostHogHost(), defaults: "2025-05-24", disable_session_recording: true, + capture_pageleave: false, }); }