We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature Request
Can the left panel (file panel) be more flexible in sizing? The current limit is too short for my needs. It may also be an accessibility issue?
The text was updated successfully, but these errors were encountered:
Files list panel maximum size is defined here :
mjml-app/src/components/FilesList/index.js
Line 277 in 6f6fc38
You can either increase or remove the prop (removing it ends on no maximum value: let's use that!).
Would you mind make a PR? Thx.
Sorry, something went wrong.
@dpHARDIN I made a PR that changes the panel maxSize from 250 to 350, will it be enough ?
683121c
Merge pull request #287 from mjmlio/fix-261
237ba87
fix #261 change files panel max width
No branches or pull requests
Feature Request
Can the left panel (file panel) be more flexible in sizing? The current limit is too short for my needs. It may also be an accessibility issue?
The text was updated successfully, but these errors were encountered: