Merge main

This commit is contained in:
Philipinho
2025-07-03 22:28:03 -07:00
2 changed files with 7 additions and 0 deletions

View File

@ -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 {

View File

@ -36,6 +36,7 @@ if (isCloud() && isPostHogEnabled) {
api_host: getPostHogHost(),
defaults: "2025-05-24",
disable_session_recording: true,
capture_pageleave: false,
});
}