Skip to content

how to implement autoresize for md-editor-v3 #568

Closed Answered by imzbf
tidusvn05 asked this question in Q&A
Discussion options

You must be logged in to vote

You can set the height to automatic, for example:

.md-editor {
  height: auto;
  min-height: 94px;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tidusvn05
Comment options

Answer selected by tidusvn05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants