diff --git a/src/resources/formats/dashboard/quarto-dashboard.scss b/src/resources/formats/dashboard/quarto-dashboard.scss index bb3d41fc6d..1c996f9a56 100644 --- a/src/resources/formats/dashboard/quarto-dashboard.scss +++ b/src/resources/formats/dashboard/quarto-dashboard.scss @@ -847,4 +847,9 @@ $valuebox-colors: ( @include toolbar-layout(); } } + + /*-- Misc HTML elements --*/ + .card-body > table > thead { + border-top: none; + } }