Fix minor issues

This commit is contained in:
balazs 2019-01-23 11:57:26 +01:00
parent dbb8c0a04d
commit 42ca6d7c0d
2 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,6 @@
<ngx-monaco-editor [(ngModel)]="code" <ngx-monaco-editor [(ngModel)]="code"
class="tfw-ide-editor" class="tfw-ide-editor"
(keyup)="editorWriteHanlder()" (ngModelChange)="editorWriteHanlder()"
[options]="editorOptions" [options]="editorOptions"
></ngx-monaco-editor> ></ngx-monaco-editor>

View File

@ -10,7 +10,7 @@
} }
.tfw-ide-editor { .tfw-ide-editor {
height: calc(100% - 67px); height: calc(100% - 25px);
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
@ -44,6 +44,7 @@
padding: 0.3em 0.7em 0.7em 1.5em; padding: 0.3em 0.7em 0.7em 1.5em;
border-radius: 0; border-radius: 0;
border-bottom-left-radius: 2.2em; border-bottom-left-radius: 2.2em;
color: black;
img { img {
padding-right: 0.5em; padding-right: 0.5em;