-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
gs-h="1" removal #2314
Comments
yeah I guess setting the height/width is not the same as setting the min size as content can be larger... of course I didn't see that in the demos (I was using the many columns when I figured I could reduce the attr way down some more) it would be good for you to post an actual example though. |
* fix gridstack#2314 * issue with having min-height/width instead of height/width for gs-h|x="1" * further compressed CSS multi column rules (use `.gs-# > .grid-stack-item` instead of `.grid-stack-# > .grid-stack-item`)
* fix gridstack#2314 * issue with having min-height/width instead of height/width for gs-h|x="1" * further compressed CSS multi column rules (use `.gs-# > .grid-stack-item` instead of `.grid-stack-# > .grid-stack-item`)
fixed. don't forget to donate if you find this lib useful! |
I have updated to 8.2.1 and still seeing this problem in Angular. Anyone else experiencing the same problem? |
@LindaBot you need to post a running example for me to debug it at this point. |
Subject of the issue
if a gridstack item is changed to a height of one i get weird behaviour (my content is moved up/outside the item it has something to do with the removal of gs-h="1". the min height is visible in the css in browser but is not working apparently.
Your environment
Expected behavior
example how it should look (this is on version 7.3.0 so works in that version
The text was updated successfully, but these errors were encountered: