mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Don´t shrink the size of the note text.
This commit is contained in:
@@ -123,3 +123,12 @@ $medium-editor-placeholder-color: #f8f5f3;
|
|||||||
border-radius: $medium-editor-border-radius;
|
border-radius: $medium-editor-border-radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.medium-editor-placeholder-relative:after,
|
||||||
|
.medium-editor-placeholder:after {
|
||||||
|
font-style: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[contenteditable="true"] {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user