mirror of
https://github.com/tmaier/asn-qr-code-label-generator.git
synced 2026-03-14 16:43:31 +00:00
Document limitation
This commit is contained in:
parent
15612319bb
commit
60f06cf1e8
1 changed files with 9 additions and 0 deletions
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue