From d7b9ae5df5a60cfd0899b5b10a56c4652734a1eb Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 16 Mar 2026 08:21:36 +0200 Subject: [PATCH] add datenow size --- app/javascript/template_builder/dynamic_section.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/template_builder/dynamic_section.vue b/app/javascript/template_builder/dynamic_section.vue index e2c66eb4..f0775373 100644 --- a/app/javascript/template_builder/dynamic_section.vue +++ b/app/javascript/template_builder/dynamic_section.vue @@ -182,6 +182,7 @@ export default { verification: { width: '150px', height: '80px' }, image: { width: '200px', height: '100px' }, date: { width: '100px', height: this.defaultHeight }, + datenow: { width: '100px', height: this.defaultHeight }, text: { width: '120px', height: this.defaultHeight }, cells: { width: '120px', height: this.defaultHeight }, file: { width: '120px', height: this.defaultHeight },