From ea569b8b1a2cbd35aee3f1d0615859d608c61091 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 7 Mar 2018 04:26:52 -0500 Subject: [PATCH] Prevent note font size pref from being cut off --- chrome/content/zotero-platform/unix/overlay.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css index 159ab2ade0..94c8cb07ca 100644 --- a/chrome/content/zotero-platform/unix/overlay.css +++ b/chrome/content/zotero-platform/unix/overlay.css @@ -229,6 +229,10 @@ tab { -moz-appearance: textfield; } +#zotero-prefs #noteFontSize { + min-width: 3.8em; +} + #zotero-pane splitter { border: 0; width: 6px;