master
parent
276cf313d5
commit
e5be170764
|
|
@ -320,7 +320,7 @@ const PrintModal = (props) => {
|
||||||
contentRef,
|
contentRef,
|
||||||
pageStyle: `@page {
|
pageStyle: `@page {
|
||||||
size: landscape;
|
size: landscape;
|
||||||
margin: 10px;
|
margin: 0mm;
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@ const PrintModal = (props) => {
|
||||||
contentRef,
|
contentRef,
|
||||||
pageStyle: `@page {
|
pageStyle: `@page {
|
||||||
size: landscape;
|
size: landscape;
|
||||||
margin: 10px;
|
margin: 0mm;
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue