Skip to content

Commit

Permalink
fix: set ace editor default min height
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jul 14, 2022
1 parent 78842a1 commit 1292521
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
}
.ace_editor {
height: 100% !important;
min-height: 200px;
}
}

0 comments on commit 1292521

Please sign in to comment.