diff --git a/assets/components/molecules/tables/tables.scss b/assets/components/molecules/tables/tables.scss index f59af057d..62f2d0347 100644 --- a/assets/components/molecules/tables/tables.scss +++ b/assets/components/molecules/tables/tables.scss @@ -19,7 +19,7 @@ border-bottom: 1px solid $gray-200; @include media-breakpoint-down(sm) { - &:last-child() { + &:last-child { margin-bottom: 1.2rem; } }