Skip to content

Commit

Permalink
Fix auto typing resume safari font size issue with -webkit-text-size-…
Browse files Browse the repository at this point in the history
…adjust
  • Loading branch information
xitanggg committed Jun 24, 2023
1 parent f0b5e5c commit a048d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Resume/ResumeIFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const IFRAME_INITIAL_CONTENT = `<!DOCTYPE html>
${IFRAME_INITIAL_CONTENT_FONT_FAMILIES_FONT_FACE}
</style>
</head>
<body style='overflow: hidden; width: ${LETTER_WIDTH_PT}pt; margin: 0; padding: 0;'>
<body style='overflow: hidden; width: ${LETTER_WIDTH_PT}pt; margin: 0; padding: 0; -webkit-text-size-adjust:none;'>
<div></div>
</body>
</html>`;
Expand Down

0 comments on commit a048d05

Please sign in to comment.