add table row separator support

This commit is contained in:
jeffvli
2025-10-04 02:28:29 -07:00
parent d0b709e317
commit 053e5467de
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;
}