diff --git a/packages/frontend/src/features/text-editor/TextEditor.tsx b/packages/frontend/src/features/text-editor/TextEditor.tsx index 4e43b66d..721bfa68 100644 --- a/packages/frontend/src/features/text-editor/TextEditor.tsx +++ b/packages/frontend/src/features/text-editor/TextEditor.tsx @@ -35,8 +35,7 @@ export const textEditorClassName = css({ h: "100%", minH: "160px", maxHeight: "100%", - py: "2", - px: "2", + p: "40px", fontSize: "13px", bgColor: "white", overflowY: "auto",