diff --git a/packages/twenty-front/src/modules/blocknote-editor/components/BlockEditor.tsx b/packages/twenty-front/src/modules/blocknote-editor/components/BlockEditor.tsx index 272c9b6e43..c0689304e8 100644 --- a/packages/twenty-front/src/modules/blocknote-editor/components/BlockEditor.tsx +++ b/packages/twenty-front/src/modules/blocknote-editor/components/BlockEditor.tsx @@ -136,7 +136,7 @@ const StyledEditor = styled.div` } & .bn-mantine .bn-panel { - width: 100cqi; + width: min(500px, 100cqi); } `;