diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index 0d857c263..528187ebd 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -190,7 +190,7 @@ - + diff --git a/chrome/skin/default/zotero/bindings/noteeditor.css b/chrome/skin/default/zotero/bindings/noteeditor.css index 6031da38c..de25ae5f4 100644 --- a/chrome/skin/default/zotero/bindings/noteeditor.css +++ b/chrome/skin/default/zotero/bindings/noteeditor.css @@ -1,3 +1,9 @@ +/* Don't collapse blank note parent labels, since it prevents access to parent */ +#citeLabel +{ + min-height: 1.25em; +} + #citeLabel:hover { cursor: pointer !important;