Merge pull request #2579 from ristomatti/bug/editor-underscore-hidden

Fix editor underscore visibility on Linux systems
This commit is contained in:
Nick O'Leary 2020-05-27 10:26:01 +01:00 committed by GitHub
commit 7906c28abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
@include component-shadow;
border-color: $popover-background;
}
.ace_content {
line-height: 1;
}
textarea.ace_text-input {
overflow: hidden;
padding: 0px 1px !important;