Skip to content

Commit

Permalink
Fix editor underscore visibility on Linux systems
Browse files Browse the repository at this point in the history
- seems to relate to DejaVu Sans font rendering
- fixes #2104
  • Loading branch information
ristomatti committed May 23, 2020
1 parent ad78ce0 commit f9a157f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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;
Expand Down

0 comments on commit f9a157f

Please sign in to comment.