Skip to content

Commit

Permalink
long lot numbers now less likely to overlap other text on the label
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 11, 2024
1 parent d136469 commit 800305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctions/templates/label_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{% for label in labels %}
<div class="label">
<div class="first-column">
<div><b>{{ label.lot_number_display }}</b></div>
<div><b><span {% if label.lot_number_display|length > 6 %}style="font-size: 0.6em;"{% endif %}>{{ label.lot_number_display }}</span></b></div>
{% if 'qr_code' in label.auction.label_print_fields %}
<div>{% qr_from_text label.qr_code size=4 border="1" %}</div>
{% endif %}
Expand Down

0 comments on commit 800305f

Please sign in to comment.