From 8c460a1819f0c27c13e0be2f9c98b18722f31a28 Mon Sep 17 00:00:00 2001 From: Alexandr Andreyev Date: Fri, 15 Aug 2025 23:25:10 +0300 Subject: [PATCH] remove extra whitespace from title --- fab-ui/src/fab-card-title.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fab-ui/src/fab-card-title.ts b/fab-ui/src/fab-card-title.ts index 71b9b95..f09084d 100644 --- a/fab-ui/src/fab-card-title.ts +++ b/fab-ui/src/fab-card-title.ts @@ -95,8 +95,7 @@ export class FabPrintingId extends LitElement { render() { return html` - ${this.setId}${String(this.number).padStart(3, '0')} - + ${this.setId}${String(this.number).padStart(3, '0')} `; }