2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00

fix(ui): print format location

This commit is contained in:
18alantom 2022-02-15 22:28:55 +05:30
parent 88893003e7
commit 2a14e55e97

View File

@ -19,7 +19,7 @@
</PageHeader>
<div
v-if="doc && printSettings"
class="flex justify-center flex-1 -mt-32 overflow-auto relative"
class="flex justify-center flex-1 -mt-36 overflow-auto relative"
>
<div
class="h-full shadow-lg mb-12 absolute"
@ -27,7 +27,7 @@
width: 21cm;
min-height: 29.7cm;
height: max-content;
transform: scale(0.755);
transform: scale(0.7);
"
ref="printContainer"
>