betterstart-cli 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -15113,7 +15113,7 @@ ${filtersActionsContent}
15113
15113
  <div className="flex items-center justify-end">
15114
15114
  ${filtersActionsContent}
15115
15115
  </div>`}
15116
- <main className="space-y-4 px-4 pb-4 h-full">
15116
+ <main className="space-y-4 px-4 pb-4 flex-1">
15117
15117
  <${Plural}Table ${tableProps} />${sortOrderDialog}
15118
15118
  </main>
15119
15119
  </React.Fragment>
@@ -15327,10 +15327,7 @@ ${hasEdit ? " const router = useRouter()\n" : ""} const [{
15327
15327
 
15328
15328
  return (
15329
15329
  <div
15330
- className={cn("flex flex-col gap-6 pt-px pb-2", {
15331
- "min-h-[calc(100svh-128px)]": !shouldShowPagination,
15332
- "min-h-[calc(100svh-180px)]": shouldShowPagination
15333
- }, className)}
15330
+ className={cn("flex flex-col gap-6 pt-px pb-2 h-full", className)}
15334
15331
  >
15335
15332
  <Card className="min-h-0 flex-1 p-0">
15336
15333
  <CardContent ref={tableContainerRef} className="flex min-h-0 flex-1 flex-col p-0">