Fix: \n 1. Rename database to demo \n 2. Improve card styles for ERP Admin pages

This commit is contained in:
2025-03-21 16:09:42 +00:00
parent 85a3ec4c9f
commit 5c54c23798
95 changed files with 2576 additions and 24368 deletions

View File

@@ -68,6 +68,9 @@
}
/* Page Filters */
#formFilters {
width: fit-content;
}
#formFilters * {
font-size: 12px;
}

View File

@@ -3,7 +3,7 @@
overflow-x: auto;
padding: 1vh;
max-width: 95vw; /* min(calc(1vh * 80), calc(1vw * 90)); */
width: fit-content;
width: min-content;
margin: 1vh 2vh;
align-items: normal;
justify-content: normal;