diff --git a/apps/web/src/components/editor/index.tsx b/apps/web/src/components/editor/index.tsx index 23c487b5a..bd43dda05 100644 --- a/apps/web/src/components/editor/index.tsx +++ b/apps/web/src/components/editor/index.tsx @@ -522,7 +522,8 @@ function EditorChrome( maxWidth: editorMargins ? "min(100%, 850px)" : "auto", width: "100%" }} - px={6} + pl={6} + pr={2} onClick={onRequestFocus} > {!isMobile && ( diff --git a/apps/web/src/components/editor/tiptap.tsx b/apps/web/src/components/editor/tiptap.tsx index bdb1b8946..251a45b2e 100644 --- a/apps/web/src/components/editor/tiptap.tsx +++ b/apps/web/src/components/editor/tiptap.tsx @@ -335,7 +335,7 @@ function TipTap(props: TipTapProps) { return ( <> - + - + {tools.map((tool) => (