Skip to content

Commit

Permalink
🐛 #20 - fix: fix unnecesarry spacing in datagrid footer
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Feb 9, 2024
1 parent 3efbc36 commit 85e2c8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/data/datagrid/datagrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@

&__foot &__cell {
border-bottom: none;
padding-top: 0;
padding-bottom: 0;
padding: 0;
}

@media screen and (max-width: constants.$breakpoint-desktop - 1px) {
Expand Down Expand Up @@ -142,8 +141,6 @@
}

&__foot &__cell {
padding: 0;

&:before {
display: none;
}
Expand Down

0 comments on commit 85e2c8c

Please sign in to comment.