Skip to content

Commit

Permalink
[#111] Iframe changes by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Nov 14, 2024
1 parent 746d8c1 commit 26234cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PrintDocument/IFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const IFrame = ({ children, htmlID = "ardoc-print-iframe" }) => {
}
@page {
size: A4;
}`
}`;
const style = document.createElement("style");
style.type = "text/css";
style.media = "print";
Expand Down

0 comments on commit 26234cc

Please sign in to comment.