mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add border to table pagination container
This commit is contained in:
@@ -11,4 +11,5 @@
|
|||||||
.pagination-container {
|
.pagination-container {
|
||||||
padding: var(--theme-spacing-sm) var(--theme-spacing-sm);
|
padding: var(--theme-spacing-sm) var(--theme-spacing-sm);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
border-top: 1px solid var(--theme-colors-border);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user