Prevent note font size pref from being cut off

This commit is contained in:
Dan Stillman 2018-03-07 04:26:52 -05:00
parent 37eb26df36
commit ea569b8b1a

View file

@ -229,6 +229,10 @@ tab {
-moz-appearance: textfield;
}
#zotero-prefs #noteFontSize {
min-width: 3.8em;
}
#zotero-pane splitter {
border: 0;
width: 6px;