From ad661e9c8d3ae6277d8cbf131dfb9b8cc692368d Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 2 Apr 2024 16:16:05 -0400 Subject: [PATCH] Preferences: Fix overflow at small window sizes (#3916) --- chrome/content/zotero/preferences/preferences_advanced.xhtml | 3 +-- resource/word-processor-plugin-installer.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome/content/zotero/preferences/preferences_advanced.xhtml b/chrome/content/zotero/preferences/preferences_advanced.xhtml index 316568fc2f..dc95e40c9f 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.xhtml +++ b/chrome/content/zotero/preferences/preferences_advanced.xhtml @@ -54,9 +54,8 @@ - - &zotero.preferences.attachmentBaseDir.message; + &zotero.preferences.attachmentBaseDir.message; diff --git a/resource/word-processor-plugin-installer.js b/resource/word-processor-plugin-installer.js index 6951d77d77..7fa8a2ff00 100644 --- a/resource/word-processor-plugin-installer.js +++ b/resource/word-processor-plugin-installer.js @@ -175,7 +175,6 @@ ZoteroPluginInstaller.prototype = { groupbox.appendChild(label); var description = document.createXULElement("description"); - description.style.width = "45em"; description.appendChild(document.createTextNode( isInstalled ? Zotero.getString('zotero.preferences.wordProcessors.installed', this._addon.APP) :