This commit is contained in:
Amruth Pillai
2022-11-14 10:05:51 +01:00
parent 8026241b6c
commit ab45321889
3 changed files with 8 additions and 9 deletions

View File

@ -36,13 +36,6 @@
top: calc(279mm - 19px);
}
}
.markdown {
ul {
padding-left: 1.5em;
text-indent: -1.5em;
}
}
}
.pageNumber {

View File

@ -33,6 +33,8 @@ const Page: React.FC<Props> = ({ page, showPageNumbers = false }) => {
const typographyCSS = useMemo(() => !isEmpty(typography) && generateTypographyStyles(typography), [typography]);
const TemplatePage: React.FC<PageProps> | null = useMemo(() => templateMap[template].component, [template]);
console.log(styles);
return (
<div className={styles.container} data-page={page + 1} data-format={pageConfig?.format || 'A4'}>
<div