From 775f625f6ec3335b019347b2def1eadf50e9d5d5 Mon Sep 17 00:00:00 2001 From: Christian Pojoni <34570565+5queezer@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:49:03 +0200 Subject: [PATCH] fix(resume): prevent orphaned section headings at page break (#2851) Co-authored-by: Claude Opus 4.6 (1M context) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- src/components/resume/shared/page-section.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/resume/shared/page-section.tsx b/src/components/resume/shared/page-section.tsx index 2065a1c2a..118bb43d6 100644 --- a/src/components/resume/shared/page-section.tsx +++ b/src/components/resume/shared/page-section.tsx @@ -21,7 +21,9 @@ export function PageSection({ type, className, children } return (
-
{section.title || getSectionTitle(type)}
+
+ {section.title || getSectionTitle(type)} +