fix @d-buchmann bug: make barcode decode table 100% width of page

This commit is contained in:
swdee 2026-02-19 11:15:01 +13:00
parent b31cbf8234
commit 4865f07a09

View file

@ -77,7 +77,7 @@
{% endif %} {% endif %}
{# Decoded barcode fields #} {# Decoded barcode fields #}
<table class="table table-striped table-hover table-bordered table-sm mt-4 mb-0 w-auto"> <table class="table table-striped table-hover table-bordered table-sm mt-4 mb-0">
<tbody> <tbody>
{% for key, value in decoded %} {% for key, value in decoded %}
<tr> <tr>