p (created when pressing enter) now looks similar to br (created in notecase2html)

This commit is contained in:
azivner 2017-08-21 21:05:23 -04:00
parent 4868c6418e
commit 5469b58cb7

View file

@ -19,3 +19,8 @@
padding: 5px;
border-radius: 10px;
}
.note-editable p {
padding: 0;
margin: 0;
}