2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

fix QR code alingment

This commit is contained in:
2021-11-06 15:11:31 +00:00
parent ad5ba96278
commit bbd723a176
2 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<div class='container' style='width: 80%;'>
{% if qr_data %}
<div class='qr-container'>
<div class='d-flex justify-content-center'>
<img src="{% qrcode qr_data %}">
</div>
{% else %}