From 10c3459a703436e32fb33b07dd7ce61f42e8a73b Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Fri, 26 Jul 2024 15:14:51 -0400 Subject: [PATCH] Preferences: Make macOS help button smaller (#3807) --- chrome/content/zotero-platform/mac/preferences.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero-platform/mac/preferences.css b/chrome/content/zotero-platform/mac/preferences.css index 6b2a09c756..1f4170cf71 100644 --- a/chrome/content/zotero-platform/mac/preferences.css +++ b/chrome/content/zotero-platform/mac/preferences.css @@ -21,5 +21,6 @@ groupbox > label > h2, groupbox > * > label > h2, caption { .help-button { appearance: auto; - -moz-default-appearance: -moz-mac-help-button; + -moz-default-appearance: -moz-mac-help-button; + min-width: 0; }