mirror of
https://github.com/xitanggg/open-resume
synced 2024-11-03 09:19:21 +01:00
Fix auto typing resume safari font size issue with -webkit-text-size-adjust
This commit is contained in:
parent
f0b5e5cb69
commit
a048d051b1
@ -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>`;
|
||||
|
Loading…
Reference in New Issue
Block a user