We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dbce1 commit 97c0643Copy full SHA for 97c0643
css/prosemirror.scss
@@ -10,7 +10,7 @@ div.ProseMirror {
10
font-variant-ligatures: none;
11
padding: 4px 8px 200px 14px;
12
line-height: 150%;
13
- font-size: 14px;
+ font-size: var(--default-font-size);
14
outline: none;
15
16
:target {
@@ -28,7 +28,7 @@ div.ProseMirror {
28
opacity: 1;
29
-webkit-user-select: text;
30
user-select: text;
31
32
33
&:not(.collaboration-cursor__caret) {
34
border: none !important;
@@ -145,7 +145,7 @@ div.ProseMirror {
145
}
146
147
h6 {
148
149
150
151
img {
0 commit comments