From 0ec522caa2243e0c78cf4ccf96693c9a92aca366 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 24 Sep 2020 11:16:02 +0200 Subject: [PATCH] fix tfoot padding in .card-body.p-0 --- build/scss/_table.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/scss/_table.scss b/build/scss/_table.scss index 9d424b232..d06f8eacb 100644 --- a/build/scss/_table.scss +++ b/build/scss/_table.scss @@ -58,6 +58,8 @@ .card-body.p-0 & { thead > tr > th, thead > tr > td, + tfoot > tr > th, + tfoot > tr > td, tbody > tr > th, tbody > tr > td { &:first-of-type {