Bumps up size of text. Hides border on print.
This commit is contained in:
parent
adb658aedc
commit
d5dbc6d310
|
@ -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 |
|
@ -467,7 +467,7 @@
|
|||
|
||||
@media print {
|
||||
.label-layout-border {
|
||||
//stroke: transparent;
|
||||
stroke: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue