mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
editor: remove fixed line height
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
.ProseMirror {
|
||||
font-family: inherit;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.ProseMirror p.is-editor-empty::before {
|
||||
@@ -114,7 +113,7 @@
|
||||
|
||||
.ProseMirror > p[data-spacing="double"],
|
||||
.ProseMirror div.callout > p[data-spacing="double"],
|
||||
.ProseMirror blockquote > p[data-spacing="double"] {
|
||||
.ProseMirror blockquote > p[data-spacing="double"] {
|
||||
margin-top: 1em;
|
||||
/* By default double spaced paragraphs have no bottom margin */
|
||||
margin-bottom: 0px;
|
||||
|
||||
Reference in New Issue
Block a user