mirror of https://github.com/node-red/node-red.git
Fix editor underscore visibility on Linux systems
- seems to relate to DejaVu Sans font rendering - fixes #2104pull/2579/head
parent
ad78ce0eb6
commit
f9a157fe18
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue