= 3 лет назад
Родитель
Сommit
fdcf538b2c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/containers/JsonEditor/index.tsx

+ 1 - 1
src/containers/JsonEditor/index.tsx

@@ -108,7 +108,7 @@ const JsonEditor: React.FC<{
         theme="tomorrow_night"
         width={editorWidth}
         height="100%"
-        fontSize={14}
+        fontSize={12}
         wrapEnabled
         setOptions={{ useWorker: false }}
       />