Skip to content
Discussion options

You must be logged in to vote

I think removing the border and padding in your CSS should achieve what you're looking for:

    Collapsible {
        border-top: none;
        padding-bottom: 0;
        & > Contents {
            padding: 0 0 0 3;
        }
    }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tibor95
Comment options

Answer selected by tibor95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants