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

pull/255/head
azivner 2017-08-21 21:05:23 +07:00
parent 4868c6418e
commit 5469b58cb7
1 changed files with 5 additions and 0 deletions

@ -18,4 +18,9 @@
color: white;
padding: 5px;
border-radius: 10px;
}
.note-editable p {
padding: 0;
margin: 0;
}