mirror of https://github.com/node-red/node-red.git
Merge pull request #2579 from ristomatti/bug/editor-underscore-hidden
Fix editor underscore visibility on Linux systemspull/2584/head
commit
7906c28abb
|
@ -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