Prep for mattermost plugin

This commit is contained in:
Zef Hemel
2022-07-22 13:44:28 +02:00
parent 57db2df496
commit 65234e17dd
12 changed files with 71 additions and 36 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
padding: 0 20px;
.cm-content {
font-family: var(--editor-font);
font-family: $editor-font;
margin: auto;
max-width: $max-editor-width;
}