diff --git a/themes/Atom - Dark/editor.css b/themes/Atom - Dark/editor.css index b2daa3586..533dca1b5 100644 --- a/themes/Atom - Dark/editor.css +++ b/themes/Atom - Dark/editor.css @@ -1,5 +1,6 @@ .editor { font-family: Inconsolata, Monaco, Courier; + line-height: 1.3; } .editor.mini { diff --git a/themes/Atom - Light/editor.css b/themes/Atom - Light/editor.css index 26dec9cb1..ac4a98014 100644 --- a/themes/Atom - Light/editor.css +++ b/themes/Atom - Light/editor.css @@ -1,5 +1,6 @@ .editor { font-family: Inconsolata, Monaco, Courier; + line-height: 1.3; } .editor.mini {