remove extra whitespace from title
This commit is contained in:
parent
6c6428e525
commit
8c460a1819
@ -95,8 +95,7 @@ export class FabPrintingId extends LitElement {
|
||||
render() {
|
||||
return html`
|
||||
<span class="printing-id">
|
||||
<span class="set-id">${this.setId}</span><span class="set-number">${String(this.number).padStart(3, '0')}</span>
|
||||
</span>
|
||||
<span class="set-id">${this.setId}</span><span class="set-number">${String(this.number).padStart(3, '0')}</span></span>
|
||||
`;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user