diff --git a/apps/client/src/features/editor/styles/core.css b/apps/client/src/features/editor/styles/core.css index 34ddaca3c..66a58c7c5 100644 --- a/apps/client/src/features/editor/styles/core.css +++ b/apps/client/src/features/editor/styles/core.css @@ -285,3 +285,12 @@ margin-top: 0; margin-bottom: 0.75em; } + +/* The full-page base view positions its title with its own outer + * wrapper padding (so it can align with the table below). The global + * 3rem .ProseMirror padding-x would push the title further in than + * the table — drop it inside the base title wrapper only. */ +.base-page-title .ProseMirror { + padding-left: 0; + padding-right: 0; +} diff --git a/apps/client/src/pages/page/page.tsx b/apps/client/src/pages/page/page.tsx index 2981cc346..0f47bc1ac 100644 --- a/apps/client/src/pages/page/page.tsx +++ b/apps/client/src/pages/page/page.tsx @@ -118,7 +118,10 @@ function PageContent({ pageSlug }: { pageSlug: string | undefined }) { paddingInline: 24, }} > -