You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
I was successfully able to add top padding to GridStack container by providing a following styles:
I also need to add the same padding to the bottom of GridStack container.
The following style unfortunately doesn't work:
[class*=' grid-stack-instance'] {
.grid-stack-item:last-child{
bottom: 10px;
}
}
How it can be implemented ?