add: template editor list tag margin
This commit is contained in:
parent
472d7ec106
commit
500f89d1ba
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue