mirror of
https://github.com/zadam/trilium.git
synced 2025-02-01 03:50:55 +08:00
p (created when pressing enter) now looks similar to br (created in notecase2html)
This commit is contained in:
parent
4868c6418e
commit
5469b58cb7
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@
|
||||||
color: white;
|
color: white;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-editable p {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
Loading…
Reference in a new issue