Skip to content

Commit 94c044d

Browse files
authored
fix expandable header padding (#10927)
1 parent fe75197 commit 94c044d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/expandable.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ const ExpandableWrapper = styled.div`
3636
border-left: 3px solid var(--accent-12);
3737
margin-bottom: 1rem;
3838
padding: 0.5rem 1rem;
39+
h2 {
40+
margin-top: 0;
41+
}
3942
`;
4043

4144
function slugify(str: string) {

0 commit comments

Comments
 (0)