Skip to content

Commit

Permalink
Fixed nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjvs committed Feb 29, 2024
1 parent bd5be41 commit c3f91a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/guider/src/styles/components/nested.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* margins inside nested elements like callouts or steppers */
.neato-guider-steps-step-content,
.neato-guider-callout-child,
.neato-guider-blockquote
{
.neato-guider-blockquote,
.neato-guider-list {
> *:first-child {
margin-top: 0 !important;
}
Expand Down

0 comments on commit c3f91a4

Please sign in to comment.