Move CSS definition to ace.scss

pull/2411/head
Kazuhito Yokoi 2020-01-09 13:06:39 +09:00
parent f0584df1d0
commit 944070dfb1
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 {