-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
[v2] Node width capped at 320px? #302
Comments
I wanted to make nodes resizable in the future, that's why the style is set like this. But maybe I can instead use a CSS variable instead of setting the width directly in the |
@newcat speaking of resizability – I'm not familiar with Vue but If you can outline the solution (a plugin probably?) I can give it a try. I will need it for my project at some point anyway. |
Fixed in v2.3.0 |
edit: Took me some time to understand that there's global style on all nodes. If there's some good reason behind it please close the issue.
However, for custom nodes the limit doesn't make much sense. In my case I would like node container to stretch according to custom content inside the node.
original post:
The text was updated successfully, but these errors were encountered: