diff --git a/chrome/content/zotero/preferences/preferences_sync.js b/chrome/content/zotero/preferences/preferences_sync.js index e7c56d8bb..0502befd8 100644 --- a/chrome/content/zotero/preferences/preferences_sync.js +++ b/chrome/content/zotero/preferences/preferences_sync.js @@ -76,6 +76,8 @@ Zotero_Preferences.Sync = { var img = document.getElementById('sync-status-indicator'); img.removeAttribute('verified'); img.removeAttribute('animated'); + + window.sizeToContent(); }, @@ -276,6 +278,8 @@ Zotero_Preferences.Sync = { } this.updateStorageTerms(); + + window.sizeToContent(); }),