Bumps up size of text. Hides border on print.

This commit is contained in:
Aaron Louie 2020-11-17 15:04:53 -05:00
parent adb658aedc
commit d5dbc6d310
2 changed files with 2 additions and 2 deletions

View File

@ -41,5 +41,5 @@
transform="scale(0.08625)"/>
</g>
</g>
<text x="50%" y="23">{{sample.barcode}}</text>
<text x="50%" y="23" style="font-size: 3px">{{sample.barcode}}</text>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -467,7 +467,7 @@
@media print {
.label-layout-border {
//stroke: transparent;
stroke: transparent;
}
}
}