mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
Merge pull request #121 from JOYCEQL/feat/workbench
perf: print hide break line
This commit is contained in:
@@ -239,6 +239,11 @@ const PdfExport = () => {
|
||||
.scale-90 {
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.page-break-line {
|
||||
display: none;
|
||||
}
|
||||
|
||||
${Array.from(document.styleSheets)
|
||||
.map((sheet) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user