Skip to content

Commit

Permalink
Fix padding for the first line of selection
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 2, 2024
1 parent d2fd880 commit d6318b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/editor/editors.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
cursor: text;
}

.discovery-view-editor .CodeMirror .CodeMirror-line {
.discovery-view-editor .CodeMirror .CodeMirror-line,
.discovery-view-editor .CodeMirror .CodeMirror-line-like {
padding: 0;
}

Expand Down

0 comments on commit d6318b3

Please sign in to comment.