diff --git a/src/scss/3-components/_card.scss b/src/scss/3-components/_card.scss index 7f421a0..1ca60d6 100644 --- a/src/scss/3-components/_card.scss +++ b/src/scss/3-components/_card.scss @@ -25,4 +25,15 @@ @media all and (-ms-high-contrast:none) { height: 100%; } +} + +.card > .table > tbody { + tr:last-child td:first-child, + tr:last-child th:first-child { + border-bottom-left-radius: $card-border-radius; + } + tr:last-child td:last-child, + tr:last-child th:last-child { + border-bottom-right-radius: $card-border-radius; + } } \ No newline at end of file