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
In my project I have a feed-like grid that:
max_cols: 6, min_cols: 6, autogenerate_stylesheet: true, widget_base_dimensions: [40, 40], widget_margins: [4, 4]
The grid is not extending vertically after performing following steps:
It's important to note that this issue does not occur when adding widgets to a "fresh" grid.
Drag:
Drop:
Full height reached, dropping new widget:
Grid not extended:
It shows up when dragging a higher widget:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In my project I have a feed-like grid that:
max_cols: 6, min_cols: 6, autogenerate_stylesheet: true, widget_base_dimensions: [40, 40], widget_margins: [4, 4]
The grid is not extending vertically after performing following steps:
It's important to note that this issue does not occur when adding widgets to a "fresh" grid.
Drag:
Drop:
Full height reached, dropping new widget:
Grid not extended:
It shows up when dragging a higher widget:
The text was updated successfully, but these errors were encountered: