I have a problem with automatically getting a (non-editable) double-space whenever hitting ENTER when editing a wiki article in Fogbugz 8.
In Fogbugz 7.x, if I remember right, to fix this exact issue, I added a snippet of code in the CSS section after:
/* Paragraph Styles */
/* Example: p.ExtraPadding { padding: 25px; } */
I believe I added:
p{
margin-top:0px;
margin-bottom:0px;
}
However, that doesn't seem to work in Fogbugz 8.0, or I'm adding it to the wrong spot in the file.
Help?