diff --git a/.atom/themes/Atom - Dark/editor.css b/.atom/themes/Atom - Dark/editor.css index f0bb29a87..59dcfdfe9 100644 --- a/.atom/themes/Atom - Dark/editor.css +++ b/.atom/themes/Atom - Dark/editor.css @@ -7,8 +7,8 @@ } .editor .gutter .line-number { - padding-right: 1.5em; - min-width: 50px; + padding-right: 1.3em; + min-width: 35px; box-sizing: border-box; text-align: right; } diff --git a/.atom/themes/Atom - Light/editor.css b/.atom/themes/Atom - Light/editor.css index f0bb29a87..59dcfdfe9 100644 --- a/.atom/themes/Atom - Light/editor.css +++ b/.atom/themes/Atom - Light/editor.css @@ -7,8 +7,8 @@ } .editor .gutter .line-number { - padding-right: 1.5em; - min-width: 50px; + padding-right: 1.3em; + min-width: 35px; box-sizing: border-box; text-align: right; }