fix: inconsistent database content in exported PDF (#3385)

This commit is contained in:
xiaodong zuo
2023-07-27 05:26:53 +08:00
committed by GitHub
parent bb9908e1fa
commit 1e38d36161
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ export const appStyle = style({
'--affine-editor-width': '550px',
},
},
print: {
vars: {
'--affine-editor-width': '800px',
},
},
},
});