diff --git a/chrome/content/zotero/elements/notesContext.js b/chrome/content/zotero/elements/notesContext.js index 12cda1aa78..80eac00736 100644 --- a/chrome/content/zotero/elements/notesContext.js +++ b/chrome/content/zotero/elements/notesContext.js @@ -37,7 +37,7 @@ - + @@ -279,8 +279,7 @@ vbox.style.display = 'flex'; editor = new (customElements.get('note-editor')); - editor.style.display = 'flex'; - editor.style.width = '100%'; + editor.style.flex = "1"; vbox.append(editor); tabNotesDeck.append(vbox);