add: template editor list tag margin

This commit is contained in:
windingwind 2024-09-12 08:17:26 +00:00
parent 472d7ec106
commit 500f89d1ba

View File

@ -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",