diff --git a/chrome/content/zotero/preferences/preferences_sync.jsx b/chrome/content/zotero/preferences/preferences_sync.jsx index 2f81afa444..69f0b078eb 100644 --- a/chrome/content/zotero/preferences/preferences_sync.jsx +++ b/chrome/content/zotero/preferences/preferences_sync.jsx @@ -259,7 +259,8 @@ Zotero_Preferences.Sync = { dataKey: "checked", label: "zotero.preferences.sync.librariesToSync.sync", fixedWidth: true, - width: '60' + // TODO: Specify in ems? + width: Zotero.isLinux ? '40' : '35' }, { dataKey: "name",