Prevent note font size pref from being cut off
This commit is contained in:
parent
37eb26df36
commit
ea569b8b1a
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ tab {
|
|||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
#zotero-prefs #noteFontSize {
|
||||
min-width: 3.8em;
|
||||
}
|
||||
|
||||
#zotero-pane splitter {
|
||||
border: 0;
|
||||
width: 6px;
|
||||
|
|
Loading…
Reference in a new issue