We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d0dc1e + 0e05984 commit 5a2c8caCopy full SHA for 5a2c8ca
web_src/css/editor-markdown.css
@@ -44,6 +44,31 @@
44
max-height: calc(100vh - 200px);
45
}
46
47
+/* use the same styles as markup/content.css */
48
+.combo-markdown-editor .CodeMirror-scroll .cm-header-1 {
49
+ font-size: 2em;
50
+}
51
+
52
+.combo-markdown-editor .CodeMirror-scroll .cm-header-2 {
53
+ font-size: 1.5em;
54
55
56
+.combo-markdown-editor .CodeMirror-scroll .cm-header-3 {
57
+ font-size: 1.25em;
58
59
60
+.combo-markdown-editor .CodeMirror-scroll .cm-header-4 {
61
+ font-size: 1em;
62
63
64
+.combo-markdown-editor .CodeMirror-scroll .cm-header-5 {
65
+ font-size: 0.875em;
66
67
68
+.combo-markdown-editor .CodeMirror-scroll .cm-header-6 {
69
+ font-size: 0.85em;
70
71
72
text-expander {
73
display: block;
74
position: relative;
0 commit comments