From 2cf87c1c3030699289d8f7bc9639849bb549cabf Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 2 Mar 2021 14:05:52 +1100 Subject: [PATCH 1/2] Adds body styling to label base --- InvenTree/label/templates/label/label_base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/InvenTree/label/templates/label/label_base.html b/InvenTree/label/templates/label/label_base.html index 2c564d1132..2986c8a439 100644 --- a/InvenTree/label/templates/label/label_base.html +++ b/InvenTree/label/templates/label/label_base.html @@ -10,6 +10,11 @@ {% endblock %} } + body { + font-family: Arial, Helvetica, sans-serif; + margin: 0mm; + } + img { display: inline-block; image-rendering: pixelated; From bc25e795dd3e5eebd34b168a1dc3a924684da6d6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 2 Mar 2021 14:34:20 +1100 Subject: [PATCH 2/2] Shorten git hash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 872ef0eb0d..93956c35b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: # Run linting checks on migration files (django-migration-linter) # Run subset of linting checks on *ALL* migration files # Run strict migration file checks on *NEW* migrations (old ones are what they are) - - cd InvenTree && python manage.py lintmigrations 79ddea50f507e34195bad635008419daac0d7a5f -q ok ignore --no-cache && cd .. + - cd InvenTree && python manage.py lintmigrations 79ddea50 -q ok ignore --no-cache && cd .. after_success: - coveralls \ No newline at end of file