Skip to content

Commit

Permalink
List view
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Dec 7, 2023
1 parent 9e3f9e1 commit 881eb8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,14 @@
}

.dataviews-list-view {
margin-top: 0;

li {
border-bottom: $border-width solid $gray-100;
margin: 0;
&:first-child {
border-top: $border-width solid $gray-100;
}
&:last-child {
border-bottom: 0;
}
Expand Down

0 comments on commit 881eb8b

Please sign in to comment.