i am using angular 7 with latest ngx-codemirror.
<ngx-codemirror [(ngModel)]="sql_input" [options]="{lineNumbers: true,theme: 'material',mode: 'markdown'}"></ngx-codemirror>
The final looks is shown as below, which is too big size for me. Just wonder how to resize it to be more smaller in height and width.
