|
@@ -2,6 +2,7 @@
|
|
|
outline: 0;
|
|
outline: 0;
|
|
|
border: 0;
|
|
border: 0;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
|
+ white-space: pre;
|
|
|
&:not(.ProseMirror-static) {
|
|
&:not(.ProseMirror-static) {
|
|
|
user-select: text;
|
|
user-select: text;
|
|
|
}
|
|
}
|
|
@@ -24,13 +25,15 @@
|
|
|
margin-top: var(--paragraphSpace);
|
|
margin-top: var(--paragraphSpace);
|
|
|
}
|
|
}
|
|
|
ul {
|
|
ul {
|
|
|
|
|
+
|
|
|
list-style-type: disc;
|
|
list-style-type: disc;
|
|
|
- padding-inline-start: 1.25em;
|
|
|
|
|
|
|
+ padding-inline-start: 0;
|
|
|
|
|
|
|
|
li {
|
|
li {
|
|
|
list-style-type: inherit;
|
|
list-style-type: inherit;
|
|
|
- padding: 0.125em 0;
|
|
|
|
|
|
|
+ padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
ol {
|