commit ea569b8b1a2cbd35aee3f1d0615859d608c61091
parent 37eb26df36ef0508d07c9e6797bbbb29d6ff4ce0
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 7 Mar 2018 04:26:52 -0500
Prevent note font size pref from being cut off
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;