-
similar textarea start with 1 line |
Beta Was this translation helpful? Give feedback.
Answered by
imzbf
Jun 11, 2024
Replies: 1 comment 1 reply
-
You can set the height to automatic, for example: .md-editor {
height: auto;
min-height: 94px;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tidusvn05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set the height to automatic, for example: