diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index f89323136..aefbcb970 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -206,7 +206,7 @@ Zotero.Cite = { } // If only one field, apply hanging indent on root else if (!multiField) { - style += "padding-left: " + hangingIndent + "em; text-indent:-" + hangingIndent + "em;"; + style += "margin-left: " + hangingIndent + "em; text-indent:-" + hangingIndent + "em;"; } }