Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fixed spacing issue with filter summary items in Angular 7 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Jun 25, 2019
1 parent 27e2748 commit 3c41d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
.sky-filter-summary-item {
display: inline-block;
}

:host:not(:last-child) {
margin-right: $sky-margin-inline-compact;
}

0 comments on commit 3c41d8c

Please sign in to comment.