Merge pull request #2411 from kazuhitoyokoi/master-fixeditor

Fix IME bug in text editor
pull/2440/head
Nick O'Leary 2020-01-17 10:36:43 +00:00 committed by GitHub
commit aba6173e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
@include component-shadow;
border-color: $popover-background;
}
textarea.ace_text-input {
overflow: hidden;
padding: 0px 1px !important;
}
#red-ui-event-log-editor {
.ace_scroller {