-
Notifications
You must be signed in to change notification settings - Fork 43
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
Edit window too small #10
Comments
You can try add some CSS rules for .ck-math-form in your styles. I can also look if I can add config option for that. |
I am sorry, I do not know what to do. I've found .ck-math-form in theme/mathform.css, but I have no idea what to set there. :( |
E.g. this doubles the width of input. .ck-math-form input.ck.ck-input.ck-input-text {
min-width: 36em; /* default is 18em */
} Multiline support requires more work. Custom labeled textarea view need to be implemeted for that. I try implement it at some point. |
Thank you for the tip. |
is there any update on this? this plugin is not useable with a small single-lined input window. |
LaTeX formulas can get really large and often require multiple lines. However, the editing field in the popup widget is very small. Would it be possible to make it multiline and to add it a possibility to change the popup size?
Thanks!
The text was updated successfully, but these errors were encountered: