Skip to content

Commit

Permalink
feat: change ace height to 7em
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jun 14, 2022
1 parent 7be6d41 commit 65d5b73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</span>
</div>
<ace
style="height: 200px; width: 100%"
[config]="config"
style="height: 7em; width: 100%"
[config]="config"
[disabled]="false"
[(value)]="code"
[mode]="editorType"
Expand Down

0 comments on commit 65d5b73

Please sign in to comment.