Browse Source

enh: smaller code text size

Co-Authored-By: Robert Piosik <robertpiosik@gmail.com>
Timothy Jaeryang Baek 2 months ago
parent
commit
1eba6a812e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/common/CodeEditor.svelte

+ 1 - 1
src/lib/components/common/CodeEditor.svelte

@@ -242,4 +242,4 @@
 	});
 </script>
 
-<div id="code-textarea-{id}" class="h-full w-full" />
+<div id="code-textarea-{id}" class="h-full w-full text-sm" />