-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Height is not configurable. Always remains the same. #2000
Comments
Testing this with code from 0.8.2 < script> element.style { This was in Chrome |
"height: 300" worked for me most of the time. However, sometimes and for no apparent or reproducible reason, the editor opens with a height of only about 10. Even adding "minHeight: 300" could not fix it. Finally, I added a CSS rule, which works all the time: .panel-body { |
Hi,
I just used summernote and its awesome. But the height of the editor is always fixed even if passed as parameter like.
$('#question_text_area').summernote({
height: 450
});
Thanks.
The text was updated successfully, but these errors were encountered: