mirror of https://github.com/node-red/node-red.git
Fix IME bug in text editor
parent
c1dae95f71
commit
9cbd0fceea
|
@ -78,7 +78,8 @@
|
|||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
padding: 0px 1px !important;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue