reduce editor font size

This commit is contained in:
= 2022-03-30 23:09:11 +03:00
parent 736f5e8276
commit fdcf538b2c

View File

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