Skip to content

Commit

Permalink
Fix(web): Prevent Stack with inner dividers from removing vertical pa…
Browse files Browse the repository at this point in the history
…dding of outer items
  • Loading branch information
chadimaOndrej authored and crishpeen committed Sep 26, 2023
1 parent 3dd7c3b commit 6cad09c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/web/src/scss/components/Stack/_Stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@
}

.Stack--hasIntermediateDividers > :first-child {
padding-block-start: 0;
border-block-start: none;
}

.Stack--hasIntermediateDividers > :last-child {
padding-block-end: 0;
}

.Stack--hasStartDivider > :first-child {
border-block-start: theme.$border;
}
Expand Down

0 comments on commit 6cad09c

Please sign in to comment.