From 55df3a55334792b222b485e087f266a0888bf9fe Mon Sep 17 00:00:00 2001 From: Sven van de Scheur Date: Thu, 8 Feb 2024 17:25:05 +0100 Subject: [PATCH] :bug: #20 - fix: fix unnecesarry spacing in datagrid footer --- src/components/data/datagrid/datagrid.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/data/datagrid/datagrid.scss b/src/components/data/datagrid/datagrid.scss index 12b94737..8b6a27ae 100644 --- a/src/components/data/datagrid/datagrid.scss +++ b/src/components/data/datagrid/datagrid.scss @@ -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) { @@ -142,8 +141,6 @@ } &__foot &__cell { - padding: 0; - &:before { display: none; }