From 500f89d1ba6b1d56b470749ae8d3bfb182040bd3 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:17:26 +0000 Subject: [PATCH] add: template editor list tag margin --- src/modules/template/editorWindow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/template/editorWindow.ts b/src/modules/template/editorWindow.ts index 1426908..71fa41c 100644 --- a/src/modules/template/editorWindow.ts +++ b/src/modules/template/editorWindow.ts @@ -98,6 +98,7 @@ export async function showTemplateEditor() { span.style.backgroundColor = getRowLabelColor(cellData); span.style.borderRadius = "4px"; span.style.paddingInline = "4px"; + span.style.marginInline = "2px -2px"; span.style.textAlign = "center"; span.textContent = getString( "templateEditor-templateDisplayType",