diff --git a/static/editor.css b/static/editor.css index a4bc13bbb..b79ae8909 100644 --- a/static/editor.css +++ b/static/editor.css @@ -16,8 +16,6 @@ position: absolute; height: 100%; overflow: hidden; - padding-left: 0.4em; - padding-right: 0.8em; color: rgba(255, 255, 255, .3); text-align: right; } @@ -26,6 +24,11 @@ position: relative; } +.editor .gutter .line-number { + padding-left: 0.4em; + padding-right: 0.8em; +} + .line-number.cursor-line-number { color: rgba(255, 255, 255, .6); }