feat(cloud): enforce host governance budgets
Tests / Test passed: 662

This commit is contained in:
2026-07-13 22:56:31 +08:00
parent 2cd314b183
commit b4803f90e6
28 changed files with 1311 additions and 14 deletions
+13
View File
@@ -319,6 +319,19 @@ tr.row-selected {
grid-column: 1 / -1;
}
.form-grid input:not([type="checkbox"]),
.form-grid select {
width: 100%;
}
.form-grid .actions {
align-self: end;
}
.policy-grid select {
min-height: 92px;
}
.muted {
color: var(--text-muted);
}