Question

I added WMD Editor as Stackoverflow does, but I have in my css,

* 
{
    margin: 0px;
    padding: 0px;
}

This makes newlines disappear, so there is no more space between lines.

is there anything i can do in css for wmd-preview?

Was it helpful?

Solution

p { margin:0px 0 10px 0; }

I did this, and it's fine now, hooray!!!!!!!!!!!!!!!!!!!!!!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top