diff --git a/assets/sass/_theme/design-system/table.sass b/assets/sass/_theme/design-system/table.sass
index 23c48704d1098a9061453c64ad6c5f49504cb57f..f4fdd19732c0a98188b0b53709510ea65eb9a777 100644
--- a/assets/sass/_theme/design-system/table.sass
+++ b/assets/sass/_theme/design-system/table.sass
@@ -30,7 +30,8 @@ table
         font-size: $table-body-size
         @include media-breakpoint-up(desktop)
             font-size: $table-body-size-desktop
-        td
+        td,
+        th
             border-top: 1px solid $color-border
             &:empty
                 border-top: none