1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Revert "Fix IME bug in text editor"

This reverts commit 9cbd0fceea.
This commit is contained in:
Kazuhito Yokoi 2020-01-09 12:53:39 +09:00
parent 9cbd0fceea
commit f0584df1d0

View File

@ -78,8 +78,7 @@
}
textarea {
overflow: hidden;
padding: 0px 1px !important;
overflow: auto;
vertical-align: top;
}