mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
fix: improper rendering of text blocks in PDFs
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260508.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260510.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -460,7 +460,7 @@ export const sampleResumeData: ResumeData = {
|
||||
},
|
||||
customSections: [
|
||||
{
|
||||
title: "Experience",
|
||||
title: "",
|
||||
columns: 1,
|
||||
hidden: false,
|
||||
id: "019becaf-0b87-769d-98a6-46ccf558c0e8",
|
||||
@@ -551,7 +551,7 @@ export const sampleResumeData: ResumeData = {
|
||||
marginX: 16,
|
||||
marginY: 16,
|
||||
format: "a4",
|
||||
locale: "de-DE",
|
||||
locale: "en-US",
|
||||
hideIcons: false,
|
||||
},
|
||||
design: {
|
||||
|
||||
Reference in New Issue
Block a user