Skip to content

Commit

Permalink
fix heading vertical spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed Dec 29, 2020
1 parent b161e24 commit 84ccc54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/stories/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ p.lang-label {
padding: 0 1rem;
}

.reset-vspace * {
.reset-vspace > * {
line-height: 1.5;
margin-block-start: 0;
margin-block-end: 0;
margin: 0 !important;
}

0 comments on commit 84ccc54

Please sign in to comment.