From 83fb55cad8b84b7e82ebc70632a4a48cd1afd876 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 24 Jul 2023 12:24:36 -0400 Subject: [PATCH] Fix a spacing issue with the view table on mobile --- resources/sass/dashboard.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/resources/sass/dashboard.scss b/resources/sass/dashboard.scss index dd472b2..19fbd02 100644 --- a/resources/sass/dashboard.scss +++ b/resources/sass/dashboard.scss @@ -602,22 +602,10 @@ body { } } - &:first-child > td { - @include media-breakpoint-down(xl) { - padding-top: 0px; - } - } - &:last-child > td { @include media-breakpoint-up(xl) { padding-bottom: 0px; } - - &:last-child { - @include media-breakpoint-down(xl) { - padding-bottom: 0px; - } - } } } }