Collapsible - how to get rid of empty rows above and below the title #6096
-
Hi, ![]() the code:
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
TomJGooding
Sep 2, 2025
Replies: 1 comment 1 reply
-
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;
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tibor95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think removing the border and padding in your CSS should achieve what you're looking for: