Skip to content

Commit

Permalink
fix(demo): correct gap between push in basic example (#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9604 committed Sep 21, 2024
1 parent d4099d2 commit 3a990fe
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
max-inline-size: 100%;
border-radius: var(--tui-radius-l);
margin-bottom: 1rem;

> * {
margin-bottom: 1rem;

&:last-child {
margin-bottom: 0;
}
}
}

.push {
Expand Down

0 comments on commit 3a990fe

Please sign in to comment.