소스 검색

enh: smaller code text size

Co-Authored-By: Robert Piosik <robertpiosik@gmail.com>
Timothy Jaeryang Baek 4 달 전
부모
커밋
1eba6a812e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" />