Skip to content

Commit

Permalink
fix(Chip): correct spacing between chips in vertical mode
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1803
  • Loading branch information
benjamincharity committed Dec 5, 2019
1 parent c7a290a commit 0688371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terminus-ui/chip/src/chip-collection.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


.ts-chip-collection {
--chip-vertical-margin: #{spacing(small, 2)};
display: block;

&--vertical {
Expand All @@ -11,6 +12,10 @@
align-items: flex-start;
flex-direction: column;
}

.ts-chip {
margin-bottom: var(--chip-vertical-margin);
}
}
}

Expand Down

0 comments on commit 0688371

Please sign in to comment.