double-spacing in notes
does anyone know how to disable the automatic double-spacing between paragraphs in the rich-text notes? All of the available format styles appear to be double-spaced.
Any help would be great! Thanks all--
TG
Any help would be great! Thanks all--
TG
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
If you then still want to adjust it, you can modify the extensions.zotero.note.css hidden pref by going to about:config in the Firefox address bar. Setting that pref to
p { margin: 0; }
and restarting Firefox would do the trick.
(Shift-Enter will also create a linebreak rather than a new paragraph, but that's generally not a good solution.)
What's the problem with shift+enter (i.e. <br>)? If I generate a report from a note and then have a look on the source code, I can see a rather non-orthodox "<br />". Is that the reason you think it's "generally not a good solution"?
Spacing is a display issue, and CSS is the way to customize that.
Using line-breaks changes the actual structure.