mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
fix @d-buchmann bug: make barcode decode table 100% width of page
This commit is contained in:
parent
b31cbf8234
commit
4865f07a09
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue