Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Bottom padding for GridStack container #17

@Artgit

Description

@Artgit

I was successfully able to add top padding to GridStack container by providing a following styles:

[class*=' grid-stack-instance'] {
       .grid-stack-item[data-gs-y="0"]{
         top: 10px;
     }
}

gs1

I also need to add the same padding to the bottom of GridStack container.

gs2

The following style unfortunately doesn't work:

[class*=' grid-stack-instance'] {
.grid-stack-item:last-child{
bottom: 10px;
}
}

How it can be implemented ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions