From b26f5484a1c4a1cd5043102d0d30ec50ca4390c7 Mon Sep 17 00:00:00 2001 From: Alec Molloy Date: Mon, 13 Apr 2020 20:45:00 -0700 Subject: [PATCH] fix gutter from hiding text and cursor when project length is >= 100 lines, the cursor in column position 0 will be hidden by the gutter being too wide and hiding the left-most part of the code editor. removing these lines in production seem to fix things, sadly as this is no longer an open-source project i can't verify this is the proper fix by building. --- styles/editor/theme.styl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/styles/editor/theme.styl b/styles/editor/theme.styl index 6c81bb07a..73707d66f 100644 --- a/styles/editor/theme.styl +++ b/styles/editor/theme.styl @@ -1,12 +1,3 @@ -// HACK: Force the ACE gutter size to a fixed width -gutter-size(width) - - .ace_scroller - left 30px !important - - .ace_gutter-layer - width 30px !important - editor-tag(color = color-primary, color-text = #fff) border-radius() background color