add table row separator support

This commit is contained in:
jeffvli
2025-10-04 02:28:29 -07:00
parent 06a3686739
commit 9d1b2a7c72
3 changed files with 12 additions and 0 deletions
@@ -33,6 +33,10 @@
padding: var(--theme-spacing-xs);
}
.container.with-row-border {
border-bottom: 1px solid var(--theme-colors-border);
}
.header-container {
background: none;
}