mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-28 20:39:35 +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 %}
|
||||
|
||||
{# 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>
|
||||
{% for key, value in decoded %}
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue