diff --git a/.gitignore b/.gitignore index 2e20f10d..dd12de0d 100644 --- a/.gitignore +++ b/.gitignore @@ -98,7 +98,6 @@ CLAUDE.md # Codex CLI local artifacts .codex/ -.superpowers/ # Sync tooling local state (generated each run; report is intentionally tracked) scripts/.*-sync-state.json diff --git a/mateclaw-ui/src/views/Enterprise/AccountIntel.vue b/mateclaw-ui/src/views/Enterprise/AccountIntel.vue index 0beaa613..6c7ecb22 100644 --- a/mateclaw-ui/src/views/Enterprise/AccountIntel.vue +++ b/mateclaw-ui/src/views/Enterprise/AccountIntel.vue @@ -269,6 +269,7 @@ function scoreToneFor(score: number): string { .account-shell { display: grid; grid-template-columns: 280px 1fr 340px; + grid-template-rows: minmax(0, 1fr); gap: 14px; flex: 1; min-height: 0; diff --git a/mateclaw-ui/src/views/Enterprise/Approvals.vue b/mateclaw-ui/src/views/Enterprise/Approvals.vue index c2ba7910..97c08aeb 100644 --- a/mateclaw-ui/src/views/Enterprise/Approvals.vue +++ b/mateclaw-ui/src/views/Enterprise/Approvals.vue @@ -138,7 +138,19 @@ function riskLabel(r: 'high' | 'medium' | 'low'): string {