Document limitation

This commit is contained in:
Tobias Ludwig Maier 2023-12-28 22:32:28 +01:00
parent 15612319bb
commit 60f06cf1e8

View file

@ -66,6 +66,15 @@
will be generated and displayed below. You can then print the labels will be generated and displayed below. You can then print the labels
by clicking the "Print Labels" button. by clicking the "Print Labels" button.
</p> </p>
<p>
One <strong>known limitation of this tool</strong> is that it
<strong>only works on Google Chrome and possibly Firefox</strong>.
This is because it uses the
<a href="https://caniuse.com/css-paged-media"><code>@page</code></a>
CSS rule to control the page size, margin, and to turn off the default
header and footer of the browser.
</p>
</div> </div>
<form class="mb-8 print:hidden"> <form class="mb-8 print:hidden">
<!-- User Input Fields --> <!-- User Input Fields -->