Skip to content

Commit

Permalink
Reduce editor font-size from 16 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 14, 2025
1 parent 37d255d commit b2391ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Markdown/Editor/TextEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ const onUpdate = debounce((e: Event) => {
border: none;
resize: none;
outline: none;
font: 16px/1.7 Menlo, Consolas, Monaco, "Andale Mono", monospace;
font: 14px/1.7 Menlo, Consolas, Monaco, "Andale Mono", monospace;
}
</style>

0 comments on commit b2391ae

Please sign in to comment.